Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit afbe23d

Browse filesBrowse 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 <me@silverwind.io> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
1 parent c0a4fac commit afbe23d
Copy full SHA for afbe23d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/readline.md‎

Copy file name to clipboardExpand all lines: doc/api/readline.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.