summaryrefslogtreecommitdiffstats
path: root/vendor/go.uber.org/zap/.readme.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/go.uber.org/zap/.readme.tmpl')
-rw-r--r--vendor/go.uber.org/zap/.readme.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/go.uber.org/zap/.readme.tmpl b/vendor/go.uber.org/zap/.readme.tmpl
index 550dcda12..c6440db8e 100644
--- a/vendor/go.uber.org/zap/.readme.tmpl
+++ b/vendor/go.uber.org/zap/.readme.tmpl
@@ -11,7 +11,7 @@ Note that zap only supports the two most recent minor versions of Go.
## Quick Start
In contexts where performance is nice, but not critical, use the
-`SugaredLogger`. It's 4-10x faster than than other structured logging
+`SugaredLogger`. It's 4-10x faster than other structured logging
packages and includes both structured and `printf`-style APIs.
```go