Skip to content

Commit

Permalink
chore: fix typo (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
dashangcun authored Jan 13, 2025
1 parent 32f2ec1 commit 6d48253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zaptest/observer/logged_entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ package observer

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

// An LoggedEntry is an encoding-agnostic representation of a log message.
// Field availability is context dependant.
// A LoggedEntry is an encoding-agnostic representation of a log message.
// Field availability is context dependent.
type LoggedEntry struct {
zapcore.Entry
Context []zapcore.Field
Expand Down

0 comments on commit 6d48253

Please sign in to comment.