1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-07-06 06:27:36 +02:00

doc: fix typos

PR #2245
This commit is contained in:
Kian-Meng Ang
2022-06-24 21:58:20 +08:00
committed by GitHub
parent 9f0e88bcb1
commit 0aa31676e3
8 changed files with 10 additions and 10 deletions

View File

@ -382,7 +382,7 @@ impl DecompressionReader {
///
/// `close` is also called in `drop` as a last line of defense against
/// resource leakage. Any error from the child process is then printed as a
/// warning to stderr. This can be avoided by explictly calling `close`
/// warning to stderr. This can be avoided by explicitly calling `close`
/// before the CommandReader is dropped.
pub fn close(&mut self) -> io::Result<()> {
match self.rdr {