We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431ea38 commit 5bf7436Copy full SHA for 5bf7436
crates/core/app.rs
@@ -1395,7 +1395,7 @@ it. If multiple globs match a file or directory, the glob given later in the
1395
command line takes precedence.
1396
1397
As an extension, globs support specifying alternatives: *-g ab{c,d}* is
1398
-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
1399
currently supported. Note that this syntax extension is also currently enabled
1400
in gitignore files, even though this syntax isn't supported by git itself.
1401
ripgrep may disable this syntax extension in gitignore files, but it will
0 commit comments