Skip to content

Commit c5acf0a

Browse files
Trottcodebytere
authored andcommittedFeb 27, 2020
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: #31924 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent f293dcf commit c5acf0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/api/readline.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ async function processLineByLine() {
352352

353353
### `rl.line`
354354
<!-- YAML
355-
added: 0.1.98
355+
added: v0.1.98
356356
-->
357357

358358
* {string|undefined}
@@ -387,7 +387,7 @@ process.stdin.on('keypress', (c, k) => {
387387

388388
### `rl.cursor`
389389
<!-- YAML
390-
added: 0.1.98
390+
added: v0.1.98
391391
-->
392392

393393
* {number|undefined}

0 commit comments

Comments
 (0)
Please sign in to comment.