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.
1 parent 5615dd9 commit 0bdb520Copy full SHA for 0bdb520
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