We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5615dd9 + 0bdb520 commit 386257aCopy full SHA for 386257a
info.toml
@@ -158,7 +158,7 @@ path = "exercises/if/if2.rs"
158
mode = "test"
159
hint = """
160
For that first compiler error, it's important in Rust that each conditional
161
-block return the same type! To get the tests passing, you will need a couple
+block returns the same type! To get the tests passing, you will need a couple
162
conditions checking different input values."""
163
164
# TEST 1
0 commit comments