diff options
| author | Jesse van Papenrecht <jessevanpapenrecht@quicknet.nl> | 2022-05-22 18:56:26 +0200 |
|---|---|---|
| committer | Jesse van Papenrecht <jessevanpapenrecht@quicknet.nl> | 2022-05-22 18:56:26 +0200 |
| commit | 0bdb5207b5ea0ae83c2571a1bb16203381936b2e (patch) | |
| tree | b7836b55f2255677495d0b0c596220b15d1c2bd6 | |
| parent | 5615dd9e7db031c51385b6acbe8d54079731cdbe (diff) | |
typo fix in hint message if2
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 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 |
