Merge pull request #1006 from bufo24/fix-typo-in-info.toml
typo fix in hint message if2
This commit is contained in:
commit
386257a06e
|
@ -158,7 +158,7 @@ path = "exercises/if/if2.rs"
|
||||||
mode = "test"
|
mode = "test"
|
||||||
hint = """
|
hint = """
|
||||||
For that first compiler error, it's important in Rust that each conditional
|
For that first compiler error, it's important in Rust that each conditional
|
||||||
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
|
||||||
conditions checking different input values."""
|
conditions checking different input values."""
|
||||||
|
|
||||||
# TEST 1
|
# TEST 1
|
||||||
|
|
Loading…
Reference in New Issue