summaryrefslogtreecommitdiff
path: root/rustlings-macros
diff options
context:
space:
mode:
Diffstat (limited to 'rustlings-macros')
-rw-r--r--rustlings-macros/info.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index a67e38d..39fc5c4 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -209,8 +209,10 @@ name = "if2"
dir = "03_if"
hint = """
For that first compiler error, it's important in Rust that each conditional
-block returns the same type! To get the tests passing, you will need a couple
-conditions checking different input values."""
+block returns the same type!
+
+To get the tests passing, you will need a couple conditions checking different
+input values. Read the tests to find out what they expect."""
[[exercises]]
name = "if3"