We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46ca0f commit d534052Copy full SHA for d534052
doc/api/events.md
@@ -974,9 +974,8 @@ There are two key differences between the Node.js `EventTarget` and the
974
975
The `NodeEventTarget` object implements a modified subset of the
976
`EventEmitter` API that allows it to closely *emulate* an `EventEmitter` in
977
-certain situations. It is important to understand, however, that an
978
-`NodeEventTarget` is *not* an instance of `EventEmitter` and cannot be used in
979
-place of an `EventEmitter` in most cases.
+certain situations. A `NodeEventTarget` is *not* an instance of `EventEmitter`
+and cannot be used in place of an `EventEmitter` in most cases.
980
981
1. Unlike `EventEmitter`, any given `listener` can be registered at most once
982
per event `type`. Attempts to register a `listener` multiple times will be
0 commit comments