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