Skip to content

Commit

Permalink
Add a bang
Browse files Browse the repository at this point in the history
  • Loading branch information
emberian committed May 16, 2014
1 parent 2afa42a commit 2cd32a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libterm/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
//! t.fg(term::color::GREEN);
//! println!("hello, ");
//! t.fg(term::color::RED);
//! println("world!");
//! println!("world!");
//! t.reset();
//! }
//! ```
Expand Down

0 comments on commit 2cd32a8

Please sign in to comment.