typo fix in hint message if2

This commit is contained in:
Jesse van Papenrecht 2022-05-22 18:56:26 +02:00
parent 5615dd9e7d
commit 0bdb5207b5
No known key found for this signature in database
GPG Key ID: 5CF663DD10BF122F
1 changed files with 1 additions and 1 deletions

View File

@ -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