diff --git a/doc/api/events.markdown b/doc/api/events.markdown index 8a9301cff6..543d263dc3 100644 --- a/doc/api/events.markdown +++ b/doc/api/events.markdown @@ -92,7 +92,7 @@ Returns emitter, so calls can be chained. By default EventEmitters will print a warning if more than 10 listeners are added for a particular event. This is a useful default which helps finding memory leaks. Obviously not all Emitters should be limited to 10. This function -allows that to be increased. Set to zero for unlimited. +allows that to be increased. Set to `Infinity` (or `0`) for unlimited. Returns emitter, so calls can be chained.