summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-04-22 08:16:08 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2020-04-22 23:55:28 +0200
commitb4d54106fefebd2a3d41323084eea8c1a199489e (patch)
treec44da7c1595a4353fce60b4886d2a4d0b06bd744 /src
parentf3b90ddb383cfcbd575f24785a5a9400870d162e (diff)
Fix comment
Diffstat (limited to 'src')
-rw-r--r--src/pretty_printer.rs2
1 files changed, 1 insertions, 1 deletions
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