Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
doc: remove comment
Co-authored-by: Livia Medeiros <livia@cirno.name>
  • Loading branch information
y-hsgw and LiviaMedeiros authored May 1, 2025
commit 1d6474be3732cb51f031950ad8daabc73f04c15b
2 changes: 1 addition & 1 deletion doc/api/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ added: v6.0.0
* Returns: {string\[]|symbol\[]}

Returns an array listing the events for which the emitter has registered
listeners. The values in the array are strings or `Symbol`s.
listeners.

```mjs
import { EventEmitter } from 'node:events';
Expand Down