From 58126ffe157a1f1d4e6b802e1a99373a45a6a87d Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 6 Nov 2016 18:51:00 -0500 Subject: touchups --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- cgit v1.2.3