From 4e74f050a75c74b1b987fb939514f4f194172f00 Mon Sep 17 00:00:00 2001 From: Ruben Bridgewater Date: Mon, 11 May 2020 23:10:50 +0200 Subject: [PATCH] doc: fix readline key binding documentation The documentation for two key bindings was not correct. Signed-off-by: Ruben Bridgewater PR-URL: https://github.com/nodejs/node/pull/33361 Reviewed-By: Anto Aravinth --- 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 272481a9f155c3..04233f1a591d44 100644 --- a/doc/api/readline.md +++ b/doc/api/readline.md @@ -750,7 +750,7 @@ const { createInterface } = require('readline'); ctrl + shift + delete Delete line right - Doesn't work on Linux and Mac + Doesn't work on Mac ctrl + c @@ -824,7 +824,7 @@ const { createInterface } = require('readline'); + backspace Delete backwards to a word boundary ctrl + backspace Doesn't - work as expected on Windows + work on Linux, Mac and Windows ctrl + delete