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:
authorRich Trott <rtrott@gmail.com>2020-02-23 22:54:39 +0300
committerRich Trott <rtrott@gmail.com>2020-02-26 00:53:22 +0300
commit24aa9bda4636741e52002c9e9cbf5e0042349b8d (patch)
treecfddeefe36657f7f405016620fca1841693b402b /doc/api/readline.md
parent914d800a23f1c7877770d62bd4061957c402c8ca (diff)
doc: updated YAML version representation in readline.md
All other versions in YAML throughout the docs start with _v_. Fix two cases in `readline.md` that did not. PR-URL: https://github.com/nodejs/node/pull/31924 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/readline.md')
-rw-r--r--doc/api/readline.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/readline.md b/doc/api/readline.md
index 1fb00b9c312..f36f0db9db7 100644
--- a/doc/api/readline.md
+++ b/doc/api/readline.md
@@ -352,7 +352,7 @@ async function processLineByLine() {
### `rl.line`
<!-- YAML
-added: 0.1.98
+added: v0.1.98
-->
* {string|undefined}
@@ -387,7 +387,7 @@ process.stdin.on('keypress', (c, k) => {
### `rl.cursor`
<!-- YAML
-added: 0.1.98
+added: v0.1.98
-->
* {number|undefined}