Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit da2902d

Browse filesBrowse files
JungMinurvagg
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 <rtrott@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
1 parent 1dad19b commit da2902d
Copy full SHA for da2902d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/events.markdown‎

Copy file name to clipboardExpand all lines: doc/api/events.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.