doc: fix typo in --glob flag docs

PR #1899
This commit is contained in:
Sergio Benitez 2021-06-24 05:09:00 -07:00 committed by GitHub
parent 431ea38620
commit 5bf74362b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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