Skip to content

Commit 34edd42

Browse files
deokjinkimrichardlau
authored andcommitted
doc: fix actual result of example is different in events
Refs: #50428 PR-URL: #51925 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
1 parent e934278 commit 34edd42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api/events.md

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ myEmitter.on('event', function(a, b) {
7373
// _events: [Object: null prototype] { event: [Function (anonymous)] },
7474
// _eventsCount: 1,
7575
// _maxListeners: undefined,
76+
// [Symbol(shapeMode)]: false,
7677
// [Symbol(kCapture)]: false
7778
// } true
7879
});
@@ -90,6 +91,7 @@ myEmitter.on('event', function(a, b) {
9091
// _events: [Object: null prototype] { event: [Function (anonymous)] },
9192
// _eventsCount: 1,
9293
// _maxListeners: undefined,
94+
// [Symbol(shapeMode)]: false,
9395
// [Symbol(kCapture)]: false
9496
// } true
9597
});

0 commit comments

Comments
 (0)