Skip to content

Commit 680f3a5

Browse files
authored
doc: remove extra <td>
PR-URL: #42006 Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 551ca68 commit 680f3a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/api/readline.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,6 @@ const { createInterface } = require('readline');
13771377
<td>Any keystroke that emits key code <code>0x1F</code> will do this action.
13781378
In many terminals, for example <code>xterm</code>,
13791379
this is bound to <kbd>Ctrl</kbd>+<kbd>-</kbd>.</td>
1380-
<td></td>
13811380
</tr>
13821381
<tr>
13831382
<td><kbd>Ctrl</kbd>+<kbd>6</kbd></td>
@@ -1386,7 +1385,6 @@ const { createInterface } = require('readline');
13861385
We choose key code <code>0x1E</code> to perform redo.
13871386
In <code>xterm</code>, it is bound to <kbd>Ctrl</kbd>+<kbd>6</kbd>
13881387
by default.</td>
1389-
<td></td>
13901388
</tr>
13911389
<tr>
13921390
<td><kbd>Ctrl</kbd>+<kbd>Z</kbd></td>

0 commit comments

Comments
 (0)