From e3b1f86908ba3c1ae2e4b7a8264817abb322efd5 Mon Sep 17 00:00:00 2001 From: Oliver Newman <15459200+orn688@users.noreply.github.com> Date: Mon, 20 Jan 2020 14:26:08 -0800 Subject: [PATCH] doc: add missing "will" to the user guide PR #1462 --- GUIDE.md | 4 ++-- 1 file 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