doc: use "Calls" over "Executes" for consistency · nodejs/node@cd1297f

Original file line numberDiff line numberDiff line change

@@ -132,7 +132,7 @@ Returns a copy of the array of listeners for the specified event.

132132
133133

### emitter.emit(event[, arg1][, arg2][, ...])

134134
135-

Executes each of the listeners in order with the supplied arguments.

135+

Calls each of the listeners in order with the supplied arguments.

136136
137137

Returns `true` if event had listeners, `false` otherwise.

138138