Skip to content

Commit afbe23d

Browse files
Trotttargos
authored andcommitted
doc: use kbd element in readline doc prose
The kbd element has already been added in the keybindings table, but we missed it in one line in the prose. PR-URL: #35737 Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
1 parent c0a4fac commit afbe23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/readline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ added: v0.1.98
7777

7878
The `'line'` event is emitted whenever the `input` stream receives an
7979
end-of-line input (`\n`, `\r`, or `\r\n`). This usually occurs when the user
80-
presses the `<Enter>`, or `<Return>` keys.
80+
presses <kbd>Enter</kbd> or <kbd>Return</kbd>.
8181

8282
The listener function is called with a string containing the single line of
8383
received input.

0 commit comments

Comments
 (0)