summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-06 18:51:00 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-11-06 18:51:00 -0500
commit58126ffe157a1f1d4e6b802e1a99373a45a6a87d (patch)
tree639e07c6b8e3bb39cb82de4a5b62b271698e1aa4
parent17644a76c0892ef8ad4599942c3e833c9f7a9c8b (diff)
touchups
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3d47e113..f4e5f3bf 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ Summarizing, `ripgrep` is fast because:
[`RegexSet`](https://doc.rust-lang.org/regex/regex/struct.RegexSet.html).
That means a single file path can be matched against multiple glob patterns
simultaneously.
-* It uses a lock-free parallel recursive directory, courtesy of
+* It uses a lock-free parallel recursive directory iterator, courtesy of
[`crossbeam`](https://docs.rs/crossbeam) and
[`ignore`](https://docs.rs/ignore).