diff --git a/doc/api/events.md b/doc/api/events.md index b468674c3613fa..7a376415a842b9 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -222,6 +222,11 @@ myEmitter.emit('event'); ### Event: 'removeListener' * `eventName` {String|Symbol} The event name @@ -347,6 +352,11 @@ Returns the number of listeners listening to the event named `eventName`. ### emitter.listeners(eventName) Returns a copy of the array of listeners for the event named `eventName`.