fix Second const

This commit is contained in:
Nikolay Kirsh
2015-03-02 16:25:19 +05:00
committed by Simon Eskildsen
parent 5be851d706
commit 9aea821200
+1 -1
View File
@@ -57,5 +57,5 @@ with a call to `NewSentryHook`. This can be changed by assigning a value to the
```go
hook, _ := logrus_sentry.NewSentryHook(...)
hook.Timeout = 20*time.Seconds
hook.Timeout = 20*time.Second
```