summaryrefslogtreecommitdiff
path: root/doc/api/events.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/events.md')
-rw-r--r--doc/api/events.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/api/events.md b/doc/api/events.md
index d102f8abcb..021c6b0598 100644
--- a/doc/api/events.md
+++ b/doc/api/events.md
@@ -307,7 +307,6 @@ to each.
Returns `true` if the event had listeners, `false` otherwise.
-
```js
const EventEmitter = require('events');
const myEmitter = new EventEmitter();