From b4d54106fefebd2a3d41323084eea8c1a199489e Mon Sep 17 00:00:00 2001 From: sharkdp Date: Wed, 22 Apr 2020 08:16:08 +0200 Subject: [PATCH] Fix comment --- src/pretty_printer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretty_printer.rs b/src/pretty_printer.rs index 5b58526f..3d76c920 100644 --- a/src/pretty_printer.rs +++ b/src/pretty_printer.rs @@ -59,7 +59,7 @@ impl<'a> PrettyPrinter<'a> { self } - /// Add STDIN as an input + /// Add a custom reader as an input pub fn input_reader(&mut self, reader: impl Read) -> &mut Self { //self.inputs.push(Input::FromReader(Box::new(reader), None)); self