summaryrefslogtreecommitdiff
path: root/src/watch
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-27 23:38:26 +0200
committermo8it <mo8it@proton.me>2024-04-27 23:38:26 +0200
commitea40804371d073730e7b5f6258d2a825c544c0b1 (patch)
tree5e47a9c7b27a19b615a0b9907c356b3501cf4705 /src/watch
parentee2b772dd5f84168d12e55c45330c777092948a6 (diff)
Put long version in ()
Diffstat (limited to 'src/watch')
-rw-r--r--src/watch/state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/watch/state.rs b/src/watch/state.rs
index 82b745a..e5364c3 100644
--- a/src/watch/state.rs
+++ b/src/watch/state.rs
@@ -130,7 +130,7 @@ impl<'a> WatchState<'a> {
self.writer,
"{}\n",
"Exercise done ✓
-When you are done experimenting, enter `n` or `next` to go to the next exercise 🦀"
+When you are done experimenting, enter `n` (or `next`) to move on to the next exercise 🦀"
.bold()
.green(),
)?;