Skip to content

Commit

Permalink
log: fix typo in comment (#26569)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucwong committed Jan 30, 2023
1 parent df52967 commit fd4230f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fd4230f

Please sign in to comment.