mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 09:42:00 -07:00
fix typo in comment
This commit is contained in:
committed by
Andrew Gallant
parent
fc975af8e9
commit
79271fcb33
@@ -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.
|
be useful for when memory maps are faster than streaming search.
|
||||||
|
|
||||||
Note that this module doesn't quite support everything that `search_stream`
|
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::cmp;
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
|
Reference in New Issue
Block a user