Apply review suggestion

typo fix

Co-authored-by: Travis Turner <travis@pilosa.com>
This commit is contained in:
Alan Bernstein 2021-04-12 22:15:15 -05:00 committed by Alan Bernstein
parent 177c27dc31
commit 54ff05c266

View file

@ -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.