Skip to content

Commit ed6314c

Browse files
Techassisywhang
andauthored
Adjust ParseAtomicLevel func description
Co-authored-by: Sung Yoon Whang <[email protected]>
1 parent 9a84400 commit ed6314c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

level.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func NewAtomicLevelAt(l zapcore.Level) AtomicLevel {
8686
return a
8787
}
8888

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

0 commit comments

Comments
 (0)