Skip to content

Commit

Permalink
doc: use "Calls" over "Executes" for consistency
Browse files Browse the repository at this point in the history
"Calls" is used frequently throughout the docs except for this line.
Use "Calls" over "Executes" to make it consistent.

PR-URL: nodejs#2800
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Jeremiah Senkpiel <[email protected]>
  • Loading branch information
JungMinu authored and Fishrock123 committed Sep 11, 2015
1 parent a1949e8 commit 958a94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/events.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 958a94e

Please sign in to comment.