Skip to content

Commit

Permalink
Revert "Fix Typo (#306)"
Browse files Browse the repository at this point in the history
This reverts commit f85e803.
  • Loading branch information
rs committed Apr 7, 2021
1 parent f85e803 commit 98f889f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ Log a static string, without any context or `printf`-style templating:

## Caveats

Note that zerolog does not de-duplication of fields. Using the same key multiple times creates multiple keys in final JSON:
Note that zerolog does no de-duplication of fields. Using the same key multiple times creates multiple keys in final JSON:

```go
logger := zerolog.New(os.Stderr).With().Timestamp().Logger()
Expand Down

0 comments on commit 98f889f

Please sign in to comment.