From b213949aebad416e786e10a37d4d9f077ef829ba Mon Sep 17 00:00:00 2001 From: oidro <31112680+oidro@users.noreply.github.com> Date: Mon, 5 Sep 2022 15:19:54 -0400 Subject: [PATCH] Correct doc comment for `list_syntaxes_and_themes` example --- examples/list_syntaxes_and_themes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {