diff --git a/src/config.rs b/src/config.rs index b0d58609..6a0c2530 100644 --- a/src/config.rs +++ b/src/config.rs @@ -71,7 +71,7 @@ pub struct Config<'a> { /// Ranges of lines which should be highlighted with a special background color pub highlighted_lines: HighlightedLineRanges, - /// Name of file to display when printing + /// Names of files to display when printing pub filenames: Option>, }