Skip to content

Commit 386257a

Browse files
authored
Merge pull request #1006 from bufo24/fix-typo-in-info.toml
typo fix in hint message if2
2 parents 5615dd9 + 0bdb520 commit 386257a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ path = "exercises/if/if2.rs"
158158
mode = "test"
159159
hint = """
160160
For that first compiler error, it's important in Rust that each conditional
161-
block return the same type! To get the tests passing, you will need a couple
161+
block returns the same type! To get the tests passing, you will need a couple
162162
conditions checking different input values."""
163163

164164
# TEST 1

0 commit comments

Comments
 (0)