Skip to content

Commit

Permalink
Merge pull request #1028 from vrazdalovschi/patch-1
Browse files Browse the repository at this point in the history
refactor(comment): change the mixed up value
  • Loading branch information
ChrisHines committed Nov 1, 2020
2 parents 6c17021 + be52fc9 commit ab88dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/level/level.go
Expand Up @@ -172,7 +172,7 @@ func WarnValue() Value { return warnValue }
// InfoValue returns the unique value added to log events by Info.
func InfoValue() Value { return infoValue }

// DebugValue returns the unique value added to log events by Warn.
// DebugValue returns the unique value added to log events by Debug.
func DebugValue() Value { return debugValue }

var (
Expand Down

0 comments on commit ab88dc9

Please sign in to comment.