From ed86854025d8b245374cecd74db64011cb2044e2 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 4c13304888fe21..0474de8ad6cf46 100644 --- a/doc/api/readline.md +++ b/doc/api/readline.md @@ -351,7 +351,7 @@ async function processLineByLine() { ### rl.line * {string|undefined} @@ -386,7 +386,7 @@ process.stdin.on('keypress', (c, k) => { ### rl.cursor * {number|undefined}