From f7ba5ae777932dbb78b34ca806536f7692a99b66 Mon Sep 17 00:00:00 2001 From: Evan Phoenix Date: Mon, 20 Mar 2023 09:55:03 -0700 Subject: [PATCH] Update logger.go Co-authored-by: Chris S. Kim --- logger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logger.go b/logger.go index 0194603..bb2a9f5 100644 --- a/logger.go +++ b/logger.go @@ -304,7 +304,7 @@ type LoggerOptions struct { // Named, With, or ResetNamed is created. If defined, the function is passed // the newly created Logger and the returned Logger is returned from the // original function. This option allows customization via interception and - /// wrapping of Logger instances. + // wrapping of Logger instances. SubloggerHook func(sub Logger) Logger }