Skip to content

Commit 6d48253

Browse files
authored
chore: fix typo (#1482)
1 parent 32f2ec1 commit 6d48253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zaptest/observer/logged_entry.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ package observer
2222

2323
import "go.uber.org/zap/zapcore"
2424

25-
// An LoggedEntry is an encoding-agnostic representation of a log message.
26-
// Field availability is context dependant.
25+
// A LoggedEntry is an encoding-agnostic representation of a log message.
26+
// Field availability is context dependent.
2727
type LoggedEntry struct {
2828
zapcore.Entry
2929
Context []zapcore.Field

0 commit comments

Comments
 (0)