Skip to content

Commit 2cd32a8

Browse files
committed
Add a bang
1 parent 2afa42a commit 2cd32a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libterm/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
//! t.fg(term::color::GREEN);
2727
//! println!("hello, ");
2828
//! t.fg(term::color::RED);
29-
//! println("world!");
29+
//! println!("world!");
3030
//! t.reset();
3131
//! }
3232
//! ```

0 commit comments

Comments
 (0)