Skip to content

Commit

Permalink
chore: improve println! usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ana committed Sep 24, 2021
1 parent ed5d35c commit 11b6e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ fn spawn_watch_shell(failed_exercise_hint: &Arc<Mutex<Option<String>>>) {
println!(" clear - clears the screen");
println!(" quit - quits watch mode");
println!(" help - displays this help message");
println!("");
println!();
println!("Watch mode automatically re-evaluates the current exercise");
println!("when you edit a file's contents.")
} else {
Expand Down

0 comments on commit 11b6e79

Please sign in to comment.