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 <[email protected]> Run-TryBot: qiulaidongfeng <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Robert Griesemer <[email protected]> Reviewed-by: Jonathan Amsterdam <[email protected]> TryBot-Bypass: Jonathan Amsterdam <[email protected]>
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

+1-1
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)