Fix com typo

This commit is contained in:
Olivier Poitrey 2018-11-02 13:06:29 -07:00
parent e7627a4f73
commit 51c79ca476
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ type Writer struct {
// }) // })
// log := zerolog.New(wr) // 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. // used.
// //
// See code.cloudfoundry.org/go-diodes for more info on diode. // See code.cloudfoundry.org/go-diodes for more info on diode.