Skip to content

Commit

Permalink
doc: update eventName type annotations for rawListeners
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilwebster committed Dec 14, 2017
1 parent 6dbe6d4 commit 431991c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ Returns a reference to the `EventEmitter`, so that calls can be chained.
<!-- YAML
added: REPLACEME
-->
- `eventName` {any}
- `eventName` {string|symbol}

Returns a copy of the array of listeners for the event named `eventName`,
including any wrappers (such as those created by `.once`).
Expand Down

0 comments on commit 431991c

Please sign in to comment.