Skip to content

Commit dfa8028

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 6f6fb1f commit dfa8028

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
@@ -739,7 +739,7 @@ const { createInterface } = require('readline');
739739
<tr>
740740
<td><code>ctrl</code> + <code>shift</code> + <code>delete</code></td>
741741
<td>Delete line right</td>
742-
<td>Doesn't work on Linux and Mac</td>
742+
<td>Doesn't work on Mac</td>
743743
</tr>
744744
<tr>
745745
<td><code>ctrl</code> + <code>c</code></td>
@@ -813,7 +813,7 @@ const { createInterface } = require('readline');
813813
+ <code>backspace</code></td>
814814
<td>Delete backwards to a word boundary</td>
815815
<td><code>ctrl</code> + <code>backspace</code> Doesn't
816-
work as expected on Windows</td>
816+
work on Linux, Mac and Windows</td>
817817
</tr>
818818
<tr>
819819
<td><code>ctrl</code> + <code>delete</code></td>

0 commit comments

Comments
 (0)