mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-11 14:30:24 +02:00
ignore/doc: update misleading documentation
This likely originated from a bad copy/paste. PR #1596
This commit is contained in:
@ -346,7 +346,7 @@ impl Args {
|
||||
Ok(self.matches().walker_builder(self.paths())?.build())
|
||||
}
|
||||
|
||||
/// Return a walker that never uses additional threads.
|
||||
/// Return a parallel walker that may use additional threads.
|
||||
pub fn walker_parallel(&self) -> Result<WalkParallel> {
|
||||
Ok(self.matches().walker_builder(self.paths())?.build_parallel())
|
||||
}
|
||||
|
Reference in New Issue
Block a user