summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorliv <mokou@fastmail.com>2023-03-27 11:30:42 +0000
committerGitHub <noreply@github.com>2023-03-27 11:30:42 +0000
commite2de7b8ae351df701d0300506514f14adad8b2cd (patch)
tree5402d1ddd9e5658f77f466f9f6c76c48abc94188
parent4ff38c7bf3b46ff728798eafb901385fbb636f4f (diff)
parent95e51f384ef4b600f86dc08fcb234f9715c9bc44 (diff)
Merge pull request #1442 from VegardMatthey/main
docs: fixed a spelling mistake for the hint in exercise iterators2
-rw-r--r--info.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index 731db50..fde77e2 100644
--- a/info.toml
+++ b/info.toml
@@ -844,7 +844,7 @@ Create an iterator from the slice. Transform the iterated values by applying
the `capitalize_first` function. Remember to collect the iterator.
Step 3.
-This is surprising similar to the previous solution. Collect is very powerful
+This is surprisingly similar to the previous solution. Collect is very powerful
and very general. Rust just needs to know the desired type."""
[[exercises]]