summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiannasoriel <mokou@fastmail.com>2021-10-02 23:09:52 +0200
committerGitHub <noreply@github.com>2021-10-02 23:09:52 +0200
commitaf91eb508ac659272398486f041b2a8364f9e385 (patch)
tree75f350fef07b8e606f84491fa6f456527827ebc1
parented7fe883b9cfd2c861b7cc941f29d902d0aad224 (diff)
parent1c0fe3cbcca85f90b3985985b8e265ee872a2ab2 (diff)
Merge pull request #860 from rlch/spelling-mistakes
fix: few spelling mistakes
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index 2140663..5eece6d 100644
--- a/info.toml
+++ b/info.toml
@@ -364,7 +364,7 @@ mode = "compile"
hint = """
The delicious_snacks module is trying to present an external interface that is
different than its internal structure (the `fruits` and `veggies` modules and
-associated constants). Complete the `use` statemants to fit the uses in main and
+associated constants). Complete the `use` statements to fit the uses in main and
find the one keyword missing for both constants."""
[[exercises]]