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 3ee7fbc

Browse filesBrowse files
agcolomrvagg
authored andcommitted
doc: use 3rd person singular for consistency
PR-URL: #2765 Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent ac45ef9 commit 3ee7fbc
Copy full SHA for 3ee7fbc

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎doc/api/events.markdown‎

Copy file name to clipboardExpand all lines: doc/api/events.markdown
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Returns emitter, so calls can be chained.
6262

6363
### emitter.removeListener(event, listener)
6464

65-
Remove a listener from the listener array for the specified event.
65+
Removes a listener from the listener array for the specified event.
6666
**Caution**: changes array indices in the listener array behind the listener.
6767

6868
var callback = function(stream) {
@@ -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-
Execute each of the listeners in order with the supplied arguments.
135+
Executes 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.