Skip to content

Commit 5f1a804

Browse files
committed
Fix grammar typo
1 parent 6bc1644 commit 5f1a804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ func (s sink) withContext(ctx context.Context) sink {
177177
// Logger allows logging a ordered slice of fields
178178
// to an underlying set of sinks.
179179
//
180-
// All Logger's are safe for concurrent use.
180+
// Logger is safe for concurrent use.
181181
type Logger struct {
182182
sinks []sink
183183
skip int

0 commit comments

Comments
 (0)