summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiannasoreil <mokou@fastmail.com>2022-05-23 15:56:42 +0200
committerGitHub <noreply@github.com>2022-05-23 15:56:42 +0200
commit386257a06e9650c6bc4d5f52d37b38c593a0bfbc (patch)
treeb7836b55f2255677495d0b0c596220b15d1c2bd6
parent5615dd9e7db031c51385b6acbe8d54079731cdbe (diff)
parent0bdb5207b5ea0ae83c2571a1bb16203381936b2e (diff)
Merge pull request #1006 from bufo24/fix-typo-in-info.toml
typo fix in hint message if2
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index 32e0d9a..efe2b9c 100644
--- a/info.toml
+++ b/info.toml
@@ -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