Skip to content

Commit

Permalink
typo fix in hint message if2
Browse files Browse the repository at this point in the history
  • Loading branch information
bufo24 committed May 22, 2022
1 parent 5615dd9 commit 0bdb520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bdb520

Please sign in to comment.