1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 19:02:22 +01:00

Correct doc comment for list_syntaxes_and_themes example

This commit is contained in:
oidro
2022-09-05 15:19:54 -04:00
committed by Martin Nordholts
parent 113276a62b
commit b213949aeb

View File

@@ -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() {