From 5bf74362b93561cad671e747bb1e4b56ac13e129 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Thu, 24 Jun 2021 05:09:00 -0700 Subject: doc: fix typo in --glob flag docs PR #1899 --- crates/core/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/app.rs b/crates/core/app.rs index 96801194..fb257d6c 100644 --- a/crates/core/app.rs +++ b/crates/core/app.rs @@ -1395,7 +1395,7 @@ it. If multiple globs match a file or directory, the glob given later in the command line takes precedence. As an extension, globs support specifying alternatives: *-g ab{c,d}* is -equivalet to *-g abc -g abd*. Empty alternatives like *-g ab{,c}* are not +equivalent to *-g abc -g abd*. Empty alternatives like *-g ab{,c}* are not currently supported. Note that this syntax extension is also currently enabled in gitignore files, even though this syntax isn't supported by git itself. ripgrep may disable this syntax extension in gitignore files, but it will -- cgit v1.2.3