Skip to content

Commit ed86854

Browse files
Trottcodebytere
authored andcommittedMar 30, 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 1060a2b commit ed86854

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
@@ -351,7 +351,7 @@ async function processLineByLine() {
351351

352352
### rl.line
353353
<!-- YAML
354-
added: 0.1.98
354+
added: v0.1.98
355355
-->
356356

357357
* {string|undefined}
@@ -386,7 +386,7 @@ process.stdin.on('keypress', (c, k) => {
386386

387387
### rl.cursor
388388
<!-- YAML
389-
added: 0.1.98
389+
added: v0.1.98
390390
-->
391391

392392
* {number|undefined}

0 commit comments

Comments
 (0)
Please sign in to comment.