mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user