Skip to content

Commit

Permalink
Adjust ParseAtomicLevel func description
Browse files Browse the repository at this point in the history
Co-authored-by: Sung Yoon Whang <sungyoonwhang@gmail.com>
  • Loading branch information
Techassi and sywhang committed Jan 14, 2022
1 parent 9a84400 commit ed6314c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion level.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func NewAtomicLevelAt(l zapcore.Level) AtomicLevel {
return a
}

// ParseAtomicLevel parses a level based on the lower-case or all-caps ASCII
// ParseAtomicLevel parses an AtomicLevel based on a lowercase or all-caps ASCII
// representation of the log level. If the provided ASCII representation is
// invalid an error is returned.
//
Expand Down

0 comments on commit ed6314c

Please sign in to comment.