diff --git a/doc/api/events.markdown b/doc/api/events.markdown index 920c93ec96c2a7..e23e6f23b1dc9a 100644 --- a/doc/api/events.markdown +++ b/doc/api/events.markdown @@ -132,7 +132,7 @@ Returns a copy of the array of listeners for the specified event. ### emitter.emit(event[, arg1][, arg2][, ...]) -Executes each of the listeners in order with the supplied arguments. +Calls each of the listeners in order with the supplied arguments. Returns `true` if event had listeners, `false` otherwise.