Merge pull request #1006 from bufo24/fix-typo-in-info.toml

typo fix in hint message if2
This commit is contained in:
diannasoreil 2022-05-23 15:56:42 +02:00 committed by GitHub
commit 386257a06e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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