Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c36c5b9

Browse files
authored
Update help.rs
minor help text fix
1 parent e6c10c5 commit c36c5b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/interactive/widgets/help.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ impl HelpPane {
150150
);
151151
hotkey(
152152
"x",
153-
"Mark for the currently selected entry for deletion and move down",
153+
"Mark the currently selected entry for deletion and move down",
154154
None,
155155
);
156156
hotkey("<Space>", "Toggle the currently selected entry", None);

0 commit comments

Comments
 (0)