Fix example

This commit is contained in:
sharkdp 2020-04-22 21:20:48 +02:00 committed by David Peter
parent 0c9e044e41
commit 49f4322054
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
//! PrettyPrinter::new()
//! .input_from_bytes(b"<span style=\"color: #ff00cc\">Hello world!</span>\n")
//! .language("html")
//! .run()
//! .print()
//! .expect("no errors");
//! ```