Skip to content

Commit 3414b79

Browse files
committed
Fix typo in docs
1 parent e57694f commit 3414b79

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
@@ -251,7 +251,7 @@ func (l Logger) log(ctx context.Context, level Level, msg string, fields []Field
251251

252252
// The base options for every Logger.
253253
type Options struct {
254-
// Level returns to log at, defaults to LevelDebug.
254+
// Level returns level to log at, defaults to LevelDebug.
255255
Level func() Level
256256
}
257257

0 commit comments

Comments
 (0)