We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e035266 commit 82ba183Copy full SHA for 82ba183
doc/api/events.markdown
@@ -62,7 +62,7 @@ Returns emitter, so calls can be chained.
62
63
### emitter.removeListener(event, listener)
64
65
-Remove a listener from the listener array for the specified event.
+Removes a listener from the listener array for the specified event.
66
**Caution**: changes array indices in the listener array behind the listener.
67
68
var callback = function(stream) {
@@ -132,7 +132,7 @@ Returns a copy of the array of listeners for the specified event.
132
133
### emitter.emit(event[, arg1][, arg2][, ...])
134
135
-Execute each of the listeners in order with the supplied arguments.
+Executes each of the listeners in order with the supplied arguments.
136
137
Returns `true` if event had listeners, `false` otherwise.
138
0 commit comments