From 54ff05c266d823cb704498d0a41fab4a29cb2c24 Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Mon, 12 Apr 2021 22:15:15 -0500 Subject: [PATCH] Apply review suggestion typo fix Co-authored-by: Travis Turner --- logger/logger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logger/logger.go b/logger/logger.go index 28c829be2..333022905 100644 --- a/logger/logger.go +++ b/logger/logger.go @@ -62,7 +62,7 @@ func (n *nopLogger) Printf(format string, v ...interface{}) {} // Debugf is a no-op implementation of the Logger Debugf method. func (n *nopLogger) Debugf(format string, v ...interface{}) {} -// Infof is a no-op implementation of the Logger Printf method. +// Infof is a no-op implementation of the Logger Infof method. func (n *nopLogger) Infof(format string, v ...interface{}) {} // Warnf is a no-op implementation of the Logger Warnf method.