diff --git a/src/libterm/lib.rs b/src/libterm/lib.rs index 6a50d62ba014f..fb7d388816738 100644 --- a/src/libterm/lib.rs +++ b/src/libterm/lib.rs @@ -26,7 +26,7 @@ //! t.fg(term::color::GREEN); //! println!("hello, "); //! t.fg(term::color::RED); -//! println("world!"); +//! println!("world!"); //! t.reset(); //! } //! ```