slog-handler-guide/README.md: fix word duplication

This commit is contained in:
Aleksandr Shalimov 2023-12-17 13:46:14 +08:00
Родитель 1d6d2400d4
Коммит 2052832a0d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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":