summaryrefslogtreecommitdiff
path: root/rustlings-macros/info.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rustlings-macros/info.toml')
-rw-r--r--rustlings-macros/info.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index 4204f27..485665e 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -13,7 +13,7 @@ get started, here are some notes about how Rustlings operates:
the exercise file in your editor, fix errors and save the file. Rustlings will
automatically detect the file change and rerun the exercise. If all errors are
fixed, Rustlings will ask you to move on to the next exercise.
-3. If you're stuck on an exercise, enter `h` (or `hint`) to show a hint.
+3. If you're stuck on an exercise, enter `h` to show a hint.
4. If an exercise doesn't make sense to you, feel free to open an issue on GitHub!
(https://github.com/rust-lang/rustlings). We look at every issue, and sometimes,
other learners do too so you can help each other out!
@@ -35,7 +35,7 @@ name = "intro1"
dir = "00_intro"
test = false
# TODO: Fix hint
-hint = """Enter `n` (or `next`) followed by ENTER to move on to the next exercise"""
+hint = """Enter `n` to move on to the next exercise. You might need to press ENTER after typing `n`."""
[[exercises]]
name = "intro2"