Skip to content

Commit

Permalink
slog-handler-guide/README.md: fix word duplication
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
shalimski authored and jba committed Feb 5, 2024
1 parent 1d6d240 commit 32022ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slog-handler-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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":

Expand Down

0 comments on commit 32022ca

Please sign in to comment.