From a1f203c1c37bc15e804b845837bed9ea0b8ab804 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 23 Feb 2020 11:54:39 -0800 Subject: [PATCH] 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 Reviewed-By: James M Snell --- doc/api/readline.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/readline.md b/doc/api/readline.md index 3711120597d053..bd0f544def6fe1 100644 --- a/doc/api/readline.md +++ b/doc/api/readline.md @@ -352,7 +352,7 @@ async function processLineByLine() { ### rl.line * {string|undefined} @@ -387,7 +387,7 @@ process.stdin.on('keypress', (c, k) => { ### rl.cursor * {number|undefined}