From 2052832a0d60d4b417f94e25fcb6802efd2aaf39 Mon Sep 17 00:00:00 2001 From: Aleksandr Shalimov Date: Sun, 17 Dec 2023 13:46:14 +0800 Subject: [PATCH] slog-handler-guide/README.md: fix word duplication --- slog-handler-guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slog-handler-guide/README.md b/slog-handler-guide/README.md index 712ec12..00eb1e5 100644 --- a/slog-handler-guide/README.md +++ b/slog-handler-guide/README.md @@ -67,7 +67,7 @@ original remains unchanged. All subsequent output from `logger` will include those attributes. A logger's `With` method calls its handler's `WithAttrs` method. -The `WithGroup` method is used to avoid avoid key collisions in large programs +The `WithGroup` method is used to avoid key collisions in large programs by establishing separate namespaces. This call creates a new `Logger` value with a group named "g":