From bb6f0f551972720792bd5bbd15035991a63dc472 Mon Sep 17 00:00:00 2001 From: NicoElbers <119488797+NicoElbers@users.noreply.github.com> Date: Sat, 11 May 2024 13:02:24 +0200 Subject: [PATCH] doc: fix typo in --vimgrep help message PR #2802 --- crates/core/flags/defs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/flags/defs.rs b/crates/core/flags/defs.rs index b5114e28..be85b900 100644 --- a/crates/core/flags/defs.rs +++ b/crates/core/flags/defs.rs @@ -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"