log: fix typo in comment (#26569)

pull/26580/head
ucwong 2 years ago committed by GitHub
parent df52967ff6
commit fd4230f695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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:

Loading…
Cancel
Save