From fd4230f695247102c249d5ece2c7f6760350ae6f Mon Sep 17 00:00:00 2001 From: ucwong Date: Mon, 30 Jan 2023 07:33:03 -0600 Subject: [PATCH] log: fix typo in comment (#26569) --- log/logger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log/logger.go b/log/logger.go index 276d6969e2..1549e32854 100644 --- a/log/logger.go +++ b/log/logger.go @@ -46,7 +46,7 @@ func (l Lvl) AlignedString() string { } } -// Strings returns the name of a Lvl. +// String returns the name of a Lvl. func (l Lvl) String() string { switch l { case LvlTrace: