Closed
Description
- Version: v9.0.0
The docs contain an erroneous use of effects
where the intended meaning seems to be affects
.
Location:
- v9.0.0 API docs
- Events module
- EventEmitter.defaultMaxListeners section
- Second paragraph
- First sentence
Current text:
.. because the change effects all
EventEmitter
instances, ..
Proposed correct text:
.. because the change affects all
EventEmitter
instances, ..