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-10-01 21:23:33 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-10-09 21:46:45 +0300
commit125523bffe9e5fbc14af185da6f682e08c05b1ba (patch)
treeca966e0aab698ccd3086157d02422aff8cb0f57f /doc/api/events.md
parent6eace7749dff0e6b94b37af3496e5b4051051bc5 (diff)
doc: harmonize version list style in YAML comments
Refs: https://github.com/nodejs/remark-preset-lint-node/pull/139 PR-URL: https://github.com/nodejs/node/pull/35454 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'doc/api/events.md')
-rw-r--r--doc/api/events.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/events.md b/doc/api/events.md
index 7ace75fa65d..5de7e06840e 100644
--- a/doc/api/events.md
+++ b/doc/api/events.md
@@ -291,7 +291,9 @@ myEmitter.emit('event');
<!-- YAML
added: v0.9.3
changes:
- - version: v6.1.0, v4.7.0
+ - version:
+ - v6.1.0
+ - v4.7.0
pr-url: https://github.com/nodejs/node/pull/6394
description: For listeners attached using `.once()`, the `listener` argument
now yields the original listener function.