Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du HAMEL <duhamelantoine1995@gmail.com>2020-09-07 00:37:38 +0300
committerRich Trott <rtrott@gmail.com>2020-09-16 17:10:21 +0300
commitdfa2dada07ce5804d392f6ed0f8ff1503e530ce1 (patch)
tree68c21cd515ed960b43c68b86a6bab2e5a481a3fb /doc/api/events.md
parent3aab64cd5f60ff2cfb6e902846df21942c910884 (diff)
doc: fix deprecation documentation inconsistencies
PR-URL: https://github.com/nodejs/node/pull/35082 Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'doc/api/events.md')
-rw-r--r--doc/api/events.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/events.md b/doc/api/events.md
index 6bb7c1ed2cf..767b3b6772c 100644
--- a/doc/api/events.md
+++ b/doc/api/events.md
@@ -305,7 +305,7 @@ The `'removeListener'` event is emitted *after* the `listener` is removed.
### `EventEmitter.listenerCount(emitter, eventName)`
<!-- YAML
added: v0.9.12
-deprecated: v4.0.0
+deprecated: v3.2.0
-->
> Stability: 0 - Deprecated: Use [`emitter.listenerCount()`][] instead.