We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f2ec1 commit 6d48253Copy full SHA for 6d48253
zaptest/observer/logged_entry.go
@@ -22,8 +22,8 @@ package observer
22
23
import "go.uber.org/zap/zapcore"
24
25
-// An LoggedEntry is an encoding-agnostic representation of a log message.
26
-// Field availability is context dependant.
+// A LoggedEntry is an encoding-agnostic representation of a log message.
+// Field availability is context dependent.
27
type LoggedEntry struct {
28
zapcore.Entry
29
Context []zapcore.Field
0 commit comments