Unverified Commit fd4230f6 authored by ucwong's avatar ucwong Committed by GitHub

log: fix typo in comment (#26569)

parent df52967f
...@@ -46,7 +46,7 @@ func (l Lvl) AlignedString() string { ...@@ -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 { func (l Lvl) String() string {
switch l { switch l {
case LvlTrace: case LvlTrace:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment