summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/info.toml b/info.toml
index 84d5821..c7ad1e2 100644
--- a/info.toml
+++ b/info.toml
@@ -456,7 +456,7 @@ hint = """
If other functions can return a `Result`, why shouldn't `main`?"""
[[exercises]]
-name = "errors4"
+name = "errorsn"
path = "exercises/error_handling/errorsn.rs"
mode = "test"
hint = """
@@ -507,7 +507,7 @@ Or use an `if let` statement on the result of `pop()` to both destructure
a `Some` value and only print out something if we have a value!"""
[[exercises]]
-name = "option2"
+name = "result1"
path = "exercises/error_handling/result1.rs"
mode = "test"
hint = """