From 79271fcb33a7fa1a13df4e9aa3b268e0e8bb3605 Mon Sep 17 00:00:00 2001 From: Kosta Welke Date: Tue, 4 Apr 2017 21:38:40 +0200 Subject: [PATCH] fix typo in comment --- src/search_buffer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search_buffer.rs b/src/search_buffer.rs index 068b120..d2e3692 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;