Skip to content

Commit 32022ca

Browse files
shalimskijba
authored andcommitted
slog-handler-guide/README.md: fix word duplication
Change-Id: Id17b4acd73e237813292a63112b30e915d652bd4 GitHub-Last-Rev: 2052832 GitHub-Pull-Request: #29 Reviewed-on: https://go-review.googlesource.com/c/example/+/550196 Reviewed-by: qiulaidongfeng <2645477756@qq.com> Run-TryBot: qiulaidongfeng <2645477756@qq.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Robert Griesemer <gri@google.com> Reviewed-by: Jonathan Amsterdam <jba@google.com> TryBot-Bypass: Jonathan Amsterdam <jba@google.com>
1 parent 1d6d240 commit 32022ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slog-handler-guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ original remains unchanged.
6767
All subsequent output from `logger` will include those attributes.
6868
A logger's `With` method calls its handler's `WithAttrs` method.
6969

70-
The `WithGroup` method is used to avoid avoid key collisions in large programs
70+
The `WithGroup` method is used to avoid key collisions in large programs
7171
by establishing separate namespaces.
7272
This call creates a new `Logger` value with a group named "g":
7373

0 commit comments

Comments
 (0)