summaryrefslogtreecommitdiff
path: root/exercises/00_intro/intro1.rs
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-05-13 02:37:32 +0200
committermo8it <mo8it@proton.me>2024-05-13 02:37:32 +0200
commitd2b5906be226f936481ff3a5cb8fccde5c721524 (patch)
tree2be741e8cb037bb7bec0d2502376afe9cd5c446a /exercises/00_intro/intro1.rs
parentf9e35a4344cd7d51923f1983cf824fb36be92d50 (diff)
No more word input
Diffstat (limited to 'exercises/00_intro/intro1.rs')
-rw-r--r--exercises/00_intro/intro1.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/00_intro/intro1.rs b/exercises/00_intro/intro1.rs
index 62bf95f..bdbf34b 100644
--- a/exercises/00_intro/intro1.rs
+++ b/exercises/00_intro/intro1.rs
@@ -1,6 +1,6 @@
// We sometimes encourage you to keep trying things on a given exercise, even
// after you already figured it out. If you got everything working and feel
-// ready for the next exercise, enter `n` (or `next`) in the terminal.
+// ready for the next exercise, enter `n` in the terminal.
//
// The exercise file will be reloaded when you change one of the lines below!
// Try adding a new `println!`.