diff --git a/src/pretty_printer.rs b/src/pretty_printer.rs index f60c829d..f72122ee 100644 --- a/src/pretty_printer.rs +++ b/src/pretty_printer.rs @@ -328,7 +328,7 @@ impl<'a> Input<'a> { self } - /// The title for the input (e.g. "http://example.com/example.txt") + /// The title for the input (e.g. "Descriptive title") /// This defaults to the file name. pub fn title(mut self, title: impl Into) -> Self { self.input.description_mut().set_title(Some(title.into()));