From 63f011fce0698e9edb1f09ad7253a477efd4c744 Mon Sep 17 00:00:00 2001 From: ucwong Date: Sun, 29 Jan 2023 02:17:40 +0800 Subject: [PATCH] logger : tiny typo --- log/logger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log/logger.go b/log/logger.go index 276d6969e24d..1549e3285481 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: