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 1a0ed26

Browse filesBrowse files
greysonpevanlucas
authored andcommitted
doc: fix events typo
This commit removes an extraneous word. PR-URL: #7329 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net>
1 parent ac8e1bf commit 1a0ed26
Copy full SHA for 1a0ed26

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.md‎

Copy file name to clipboardExpand all lines: doc/api/events.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ added for a particular event. This is a useful default that helps finding
497497
memory leaks. Obviously, not all events should be limited to just 10 listeners.
498498
The `emitter.setMaxListeners()` method allows the limit to be modified for this
499499
specific `EventEmitter` instance. The value can be set to `Infinity` (or `0`)
500-
for to indicate an unlimited number of listeners.
500+
to indicate an unlimited number of listeners.
501501

502502
Returns a reference to the `EventEmitter` so calls can be chained.
503503

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.