about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libterm/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libterm/lib.rs b/src/libterm/lib.rs
index 6a50d62ba01..fb7d3888167 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();
 //! }
 //! ```