Skip to content

Commit 4e74f05

Browse files
BridgeARcodebytere
authored andcommitted
doc: fix readline key binding documentation
The documentation for two key bindings was not correct. Signed-off-by: Ruben Bridgewater <[email protected]> PR-URL: #33361 Reviewed-By: Anto Aravinth <[email protected]>
1 parent ab2454d commit 4e74f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/readline.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ const { createInterface } = require('readline');
750750
<tr>
751751
<td><code>ctrl</code> + <code>shift</code> + <code>delete</code></td>
752752
<td>Delete line right</td>
753-
<td>Doesn't work on Linux and Mac</td>
753+
<td>Doesn't work on Mac</td>
754754
</tr>
755755
<tr>
756756
<td><code>ctrl</code> + <code>c</code></td>
@@ -824,7 +824,7 @@ const { createInterface } = require('readline');
824824
+ <code>backspace</code></td>
825825
<td>Delete backwards to a word boundary</td>
826826
<td><code>ctrl</code> + <code>backspace</code> Doesn't
827-
work as expected on Windows</td>
827+
work on Linux, Mac and Windows</td>
828828
</tr>
829829
<tr>
830830
<td><code>ctrl</code> + <code>delete</code></td>

0 commit comments

Comments
 (0)