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>
This commit is contained in:
Rich Trott
2020-02-23 11:54:39 -08:00
parent 914d800a23
commit 24aa9bda46

View File

@@ -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}