summaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
authormarisa <mokou@posteo.de>2019-11-11 17:47:45 +0100
committermarisa <mokou@posteo.de>2019-11-11 17:47:45 +0100
commit1a7bb5a4005e66665d2618b20bea132f009b79f9 (patch)
treedbdd23fad66b796a9fefc04174b50566a7d269a1 /exercises
parent48c35bcfbc251bcfc8d8a2abaa141e260209c285 (diff)
Address feedback
Diffstat (limited to 'exercises')
-rw-r--r--exercises/error_handling/errorsn.rs2
-rw-r--r--exercises/error_handling/result1.rs2
-rw-r--r--exercises/functions/functions1.rs2
3 files changed, 3 insertions, 3 deletions
diff --git a/exercises/error_handling/errorsn.rs b/exercises/error_handling/errorsn.rs
index fc25308..3079943 100644
--- a/exercises/error_handling/errorsn.rs
+++ b/exercises/error_handling/errorsn.rs
@@ -13,7 +13,7 @@
// type goes where the question marks are, and how do we return
// that type from the body of read_and_validate?
//
-// Execute `rustlings hint errors4` for hints :)
+// Execute `rustlings hint errorsn` for hints :)
// I AM NOT DONE
diff --git a/exercises/error_handling/result1.rs b/exercises/error_handling/result1.rs
index 352a6c2..b978001 100644
--- a/exercises/error_handling/result1.rs
+++ b/exercises/error_handling/result1.rs
@@ -1,5 +1,5 @@
// result1.rs
-// Make this test pass! Execute `rustlings hint option2` for hints :)
+// Make this test pass! Execute `rustlings hint result1` for hints :)
// I AM NOT DONE
diff --git a/exercises/functions/functions1.rs b/exercises/functions/functions1.rs
index 49d48e9..3112527 100644
--- a/exercises/functions/functions1.rs
+++ b/exercises/functions/functions1.rs
@@ -1,5 +1,5 @@
// functions1.rs
-// Make me compile! Execute `rustlings hint function1` for hints :)
+// Make me compile! Execute `rustlings hint functions1` for hints :)
// I AM NOT DONE