Skip to content

Commit 45a3637

Browse files
Trottcodebytere
authored andcommitted
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent e635b53 commit 45a3637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/readline.md

Lines changed: 2 additions & 2 deletions
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)