summaryrefslogtreecommitdiffstats
path: root/GUIDE.md
diff options
context:
space:
mode:
authorOliver Newman <15459200+orn688@users.noreply.github.com>2020-01-20 14:26:08 -0800
committerAndrew Gallant <jamslam@gmail.com>2020-01-20 17:26:08 -0500
commite3b1f86908ba3c1ae2e4b7a8264817abb322efd5 (patch)
tree955229eb2fa0ee32ca83526b59c58df76dee47e8 /GUIDE.md
parent46b07bb2ee0de2781a30e7e92a9491d58743bb89 (diff)
doc: add missing "will" to the user guide
PR #1462
Diffstat (limited to 'GUIDE.md')
-rw-r--r--GUIDE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/GUIDE.md b/GUIDE.md
index 3b2ea479..914e86af 100644
--- a/GUIDE.md
+++ b/GUIDE.md
@@ -716,8 +716,8 @@ binary files:
**only applies to files searched by ripgrep as a result of recursive
directory traversal**, which is consistent with ripgrep's other automatic
filtering. For example, `rg foo .file` will search `.file` even though it
- is hidden. Similarly, `rg foo binary-file` search `binary-file` in "binary"
- mode automatically.
+ is hidden. Similarly, `rg foo binary-file` will search `binary-file` in
+ "binary" mode automatically.
2. Binary mode is similar to the default mode, except it will not always
stop searching after it sees a `NUL` byte. Namely, in this mode, ripgrep
will continue searching a file that is known to be binary until the first