mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 05:52:23 -05:00
typo fix in hint message if2
This commit is contained in:
parent
5615dd9e7d
commit
0bdb5207b5
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ path = "exercises/if/if2.rs"
|
|||
mode = "test"
|
||||
hint = """
|
||||
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."""
|
||||
|
||||
# TEST 1
|
||||
|
|
Loading…
Reference in a new issue