Skip to content

Commit cd1297f

Browse files
JungMinuFishrock123
authored andcommitted
doc: use "Calls" over "Executes" for consistency
"Calls" is used frequently throughout the docs except for this line. Use "Calls" over "Executes" to make it consistent. PR-URL: #2800 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 6e2fe1c commit cd1297f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/events.markdown

+1-1
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

0 commit comments

Comments
 (0)