diff options
| author | mo8it <mo8it@proton.me> | 2024-05-13 02:37:32 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-05-13 02:37:32 +0200 |
| commit | d2b5906be226f936481ff3a5cb8fccde5c721524 (patch) | |
| tree | 2be741e8cb037bb7bec0d2502376afe9cd5c446a /src/watch/state.rs | |
| parent | f9e35a4344cd7d51923f1983cf824fb36be92d50 (diff) | |
No more word input
Diffstat (limited to 'src/watch/state.rs')
| -rw-r--r-- | src/watch/state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/watch/state.rs b/src/watch/state.rs index 2e98546..c21d7ca 100644 --- a/src/watch/state.rs +++ b/src/watch/state.rs @@ -127,7 +127,7 @@ impl<'a> WatchState<'a> { self.writer, "{}\n", "Exercise done ✓ -When you are done experimenting, enter `n` (or `next`) to move on to the next exercise 🦀" +When you are done experimenting, enter `n` to move on to the next exercise 🦀" .bold() .green(), )?; |
