Skip to content

Commit

Permalink
log: fix typo in comment (ethereum#26569)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucwong authored and shekhirin committed Jun 6, 2023
1 parent 90b72e9 commit 20499ab
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 20499ab

Please sign in to comment.