Skip to content

Commit

Permalink
fix: typo in vimgrep help message
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoElbers committed May 9, 2024
1 parent b6ef99e commit ff3afd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/flags/defs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7261,7 +7261,7 @@ impl Flag for Vimgrep {
Category::Output
}
fn doc_short(&self) -> &'static str {
r"Print results im a vim compatible format."
r"Print results in a vim compatible format."
}
fn doc_long(&self) -> &'static str {
r"
Expand Down

0 comments on commit ff3afd4

Please sign in to comment.