Skip to content

Commit f7ba5ae

Browse files
Evan Phoenixkisunji
andauthored
Update logger.go
Co-authored-by: Chris S. Kim <kisunji92@gmail.com>
1 parent c77556b commit f7ba5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ type LoggerOptions struct {
304304
// Named, With, or ResetNamed is created. If defined, the function is passed
305305
// the newly created Logger and the returned Logger is returned from the
306306
// original function. This option allows customization via interception and
307-
/// wrapping of Logger instances.
307+
// wrapping of Logger instances.
308308
SubloggerHook func(sub Logger) Logger
309309
}
310310

0 commit comments

Comments
 (0)