1
0
mirror of https://github.com/rs/zerolog synced 2026-06-08 17:13:30 +00:00

Fix com typo

This commit is contained in:
Olivier Poitrey
2018-11-02 13:06:29 -07:00
parent e7627a4f73
commit 51c79ca476
+1 -1
View File
@@ -44,7 +44,7 @@ type Writer struct {
// })
// log := zerolog.New(wr)
//
// If poolInterval is greater than 0, a poller is used otherwise a waiter is
// If pollInterval is greater than 0, a poller is used otherwise a waiter is
// used.
//
// See code.cloudfoundry.org/go-diodes for more info on diode.