summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroidro <31112680+oidro@users.noreply.github.com>2022-09-05 15:19:54 -0400
committerMartin Nordholts <enselic@gmail.com>2022-09-05 21:57:11 +0200
commitb213949aebad416e786e10a37d4d9f077ef829ba (patch)
tree529d7184ee1206e025c8946fb8be12725948a840
parent113276a62bb5c1658ef9e26954e9b3e0a2543bad (diff)
Correct doc comment for `list_syntaxes_and_themes` example
-rw-r--r--examples/list_syntaxes_and_themes.rs2
1 files changed, 1 insertions, 1 deletions
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() {