Skip to content

Commit 2af7724

Browse files
authored
doc: fix typo in --engine flag docs
Fixes BurntSushi#1862
1 parent 3f4c418 commit 2af7724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ between supported regex engines depending on the features used in a pattern on
12091209
a best effort basis.
12101210
12111211
Note that the 'pcre2' engine is an optional ripgrep feature. If PCRE2 wasn't
1212-
including in your build of ripgrep, then using this flag will result in ripgrep
1212+
included in your build of ripgrep, then using this flag will result in ripgrep
12131213
printing an error message and exiting.
12141214
12151215
This overrides previous uses of --pcre2 and --auto-hybrid-regex flags.

0 commit comments

Comments
 (0)