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: #2800
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
  • Loading branch information
JungMinu authored and Fishrock123 committed Sep 15, 2015
1 parent 6e2fe1c commit cd1297f
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 cd1297f

Please sign in to comment.