Skip to content

Commit

Permalink
Fix Typo (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
redhajuanda committed Apr 7, 2021
1 parent f2cc3cf commit f85e803
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 no de-duplication of fields. Using the same key multiple times creates multiple keys in final JSON:
Note that zerolog does not 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 f85e803

Please sign in to comment.