Skip to content

Commit

Permalink
doc: fix actual result of example is different in events
Browse files Browse the repository at this point in the history
  • Loading branch information
deokjinkim committed Feb 29, 2024
1 parent 3ef7117 commit 316c57d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ myEmitter.on('event', function(a, b) {
// _events: [Object: null prototype] { event: [Function (anonymous)] },
// _eventsCount: 1,
// _maxListeners: undefined,
// [Symbol(shapeMode)]: false,
// [Symbol(kCapture)]: false
// } true
});
Expand All @@ -90,6 +91,7 @@ myEmitter.on('event', function(a, b) {
// _events: [Object: null prototype] { event: [Function (anonymous)] },
// _eventsCount: 1,
// _maxListeners: undefined,
// [Symbol(shapeMode)]: false,
// [Symbol(kCapture)]: false
// } true
});
Expand Down

0 comments on commit 316c57d

Please sign in to comment.