log: fix typo in comment (#26569)

This commit is contained in:
ucwong
2023-01-30 08:33:03 -05:00
committed by GitHub
parent df52967ff6
commit fd4230f695
+1 -1
View File
@@ -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: