1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-20 06:15:37 +02:00

doc: fix some typos

Closes 
This commit is contained in:
cuishuang
2022-04-24 17:00:39 +08:00
committed by Andrew Gallant
parent 2708f9e81d
commit 97b5b7769c
2 changed files with 2 additions and 2 deletions
crates
cli
globset

@ -18,7 +18,7 @@ pub struct DecompressionMatcherBuilder {
}
/// A representation of a single command for decompressing data
/// out-of-proccess.
/// out-of-process.
#[derive(Clone, Debug)]
struct DecompressionCommand {
/// The glob that matches this command.