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/child_process.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/child_process.md')
-rw-r--r--doc/api/child_process.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/api/child_process.md b/doc/api/child_process.md
index c180176353d..bfe7850ad0d 100644
--- a/doc/api/child_process.md
+++ b/doc/api/child_process.md
@@ -729,7 +729,9 @@ changes:
- version: v8.0.0
pr-url: https://github.com/nodejs/node/pull/10653
description: The `input` option can now be a `Uint8Array`.
- - version: v6.2.1, v4.5.0
+ - version:
+ - v6.2.1
+ - v4.5.0
pr-url: https://github.com/nodejs/node/pull/6939
description: The `encoding` option can now explicitly be set to `buffer`.
-->
@@ -856,7 +858,9 @@ changes:
- version: v8.0.0
pr-url: https://github.com/nodejs/node/pull/10653
description: The `input` option can now be a `Uint8Array`.
- - version: v6.2.1, v4.5.0
+ - version:
+ - v6.2.1
+ - v4.5.0
pr-url: https://github.com/nodejs/node/pull/6939
description: The `encoding` option can now explicitly be set to `buffer`.
- version: v5.7.0