summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKosta Welke <kw@trinatives.com>2017-04-04 21:38:40 +0200
committerAndrew Gallant <jamslam@gmail.com>2017-04-05 07:06:58 -0400
commit79271fcb33a7fa1a13df4e9aa3b268e0e8bb3605 (patch)
treebb167032c6a421a24b3c673e4d5305cc07307457 /src
parentfc975af8e9cf489d4579cf8ff014a823c1e059d5 (diff)
fix typo in comment
Diffstat (limited to 'src')
-rw-r--r--src/search_buffer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search_buffer.rs b/src/search_buffer.rs
index 068b1205..d2e3692a 100644
--- a/src/search_buffer.rs
+++ b/src/search_buffer.rs
@@ -4,7 +4,7 @@ single buffer. Typically, the source of the buffer is a memory map. This can
be useful for when memory maps are faster than streaming search.
Note that this module doesn't quite support everything that `search_stream`
-Notdoes. ably, showing contexts.
+does. Notably, showing contexts.
*/
use std::cmp;
use std::path::Path;