Skip to content

Commit

Permalink
doc: remove extra <td>
Browse files Browse the repository at this point in the history
PR-URL: #42006
Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
rayw000 authored and bengl committed Feb 22, 2022
1 parent f9bfdc3 commit c7d590c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/api/readline.md
Expand Up @@ -1357,7 +1357,6 @@ const { createInterface } = require('readline');
<td>Any keystroke that emits key code <code>0x1F</code> will do this action.
In many terminals, for example <code>xterm</code>,
this is bound to <kbd>Ctrl</kbd>+<kbd>-</kbd>.</td>
<td></td>
</tr>
<tr>
<td><kbd>Ctrl</kbd>+<kbd>6</kbd></td>
Expand All @@ -1366,7 +1365,6 @@ const { createInterface } = require('readline');
We choose key code <code>0x1E</code> to perform redo.
In <code>xterm</code>, it is bound to <kbd>Ctrl</kbd>+<kbd>6</kbd>
by default.</td>
<td></td>
</tr>
<tr>
<td><kbd>Ctrl</kbd>+<kbd>Z</kbd></td>
Expand Down

0 comments on commit c7d590c

Please sign in to comment.