Skip to content

Commit 28cd39e

Browse files
rayw000bengl
authored andcommitted
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 7fc68f9 commit 28cd39e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/api/readline.md

-2
Original file line numberDiff line numberDiff line change
@@ -1357,7 +1357,6 @@ const { createInterface } = require('readline');
13571357
<td>Any keystroke that emits key code <code>0x1F</code> will do this action.
13581358
In many terminals, for example <code>xterm</code>,
13591359
this is bound to <kbd>Ctrl</kbd>+<kbd>-</kbd>.</td>
1360-
<td></td>
13611360
</tr>
13621361
<tr>
13631362
<td><kbd>Ctrl</kbd>+<kbd>6</kbd></td>
@@ -1366,7 +1365,6 @@ const { createInterface } = require('readline');
13661365
We choose key code <code>0x1E</code> to perform redo.
13671366
In <code>xterm</code>, it is bound to <kbd>Ctrl</kbd>+<kbd>6</kbd>
13681367
by default.</td>
1369-
<td></td>
13701368
</tr>
13711369
<tr>
13721370
<td><kbd>Ctrl</kbd>+<kbd>Z</kbd></td>

0 commit comments

Comments
 (0)