diff --git a/examples/list_syntaxes_and_themes.rs b/examples/list_syntaxes_and_themes.rs index 27db6d4f..43ec1414 100644 --- a/examples/list_syntaxes_and_themes.rs +++ b/examples/list_syntaxes_and_themes.rs @@ -1,4 +1,4 @@ -/// A simple program that prints its own source code using the bat library +/// A simple program that lists all supported syntaxes and themes. use bat::PrettyPrinter; fn main() {