Skip to content

Commit 2fa4e14

Browse files
jasnellFlarna
andauthored
[Squash] oops
Co-authored-by: Gerhard Stöbich <[email protected]>
1 parent 54275fd commit 2fa4e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ const ee2 = new EventEmitter();
11941194

11951195
// 'foo' listeners on ordinary EventEmitters that do not track async
11961196
// context, however, run in the same async context as the emit().
1197-
ee1.on('foo', () => {
1197+
ee2.on('foo', () => {
11981198
notStrictEqual(executionAsyncId(), ee2.asyncId());
11991199
notStrictEqual(triggerAsyncId(), ee2.triggerAsyncId());
12001200
});

0 commit comments

Comments
 (0)