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

Skip to content

Commit 658c676

Browse files
authored
Merge pull request Byron#147 from nyurik/patch-1
fix help text
2 parents aa08b81 + c36c5b9 commit 658c676

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)