Skip to content

Commit 5bf7436

Browse files
doc: fix typo in --glob flag docs
PR BurntSushi#1899
1 parent 431ea38 commit 5bf7436

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
@@ -1395,7 +1395,7 @@ it. If multiple globs match a file or directory, the glob given later in the
13951395
command line takes precedence.
13961396
13971397
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
1398+
equivalent to *-g abc -g abd*. Empty alternatives like *-g ab{,c}* are not
13991399
currently supported. Note that this syntax extension is also currently enabled
14001400
in gitignore files, even though this syntax isn't supported by git itself.
14011401
ripgrep may disable this syntax extension in gitignore files, but it will

0 commit comments

Comments
 (0)