Skip to content

Commit

Permalink
update command description
Browse files Browse the repository at this point in the history
  • Loading branch information
kirawi authored Oct 10, 2023
1 parent 9dd3265 commit 9b94791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/commands/typed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3108,7 +3108,7 @@ pub const TYPABLE_COMMAND_LIST: &[TypableCommand] = &[
TypableCommand {
name: "trim",
aliases: &[],
doc: "Trim whitespace",
doc: "Delete trailing whitespace",
fun: trim_whitespace,
signature: CommandSignature::none(),
},
Expand Down

0 comments on commit 9b94791

Please sign in to comment.