Skip to content

Commit

Permalink
doc: updated YAML version representation in readline.md
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott committed Feb 25, 2020
1 parent 914d800 commit 24aa9bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/readline.md
Expand Up @@ -352,7 +352,7 @@ async function processLineByLine() {

### `rl.line`
<!-- YAML
added: 0.1.98
added: v0.1.98
-->

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

### `rl.cursor`
<!-- YAML
added: 0.1.98
added: v0.1.98
-->

* {number|undefined}
Expand Down

0 comments on commit 24aa9bd

Please sign in to comment.