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 rvagg committed Sep 12, 2015
1 parent 1dad19b commit da2902d
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 da2902d

Please sign in to comment.