We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a84400 commit ed6314cCopy full SHA for ed6314c
level.go
@@ -86,7 +86,7 @@ func NewAtomicLevelAt(l zapcore.Level) AtomicLevel {
86
return a
87
}
88
89
-// 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
90
// representation of the log level. If the provided ASCII representation is
91
// invalid an error is returned.
92
//
0 commit comments