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/readline.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/readline.md')
-rw-r--r--doc/api/readline.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/readline.md b/doc/api/readline.md
index 2e82fdf91a1..d572eb4bb29 100644
--- a/doc/api/readline.md
+++ b/doc/api/readline.md
@@ -471,7 +471,9 @@ changes:
- version: v13.9.0
pr-url: https://github.com/nodejs/node/pull/31318
description: The `tabSize` option is supported now.
- - version: v8.3.0, 6.11.4
+ - version:
+ - v8.3.0
+ - v6.11.4
pr-url: https://github.com/nodejs/node/pull/13497
description: Remove max limit of `crlfDelay` option.
- version: v6.6.0