Skip to content

Commit e2de7b8

Browse files
authored
Merge pull request #1442 from VegardMatthey/main
docs: fixed a spelling mistake for the hint in exercise iterators2
2 parents 4ff38c7 + 95e51f3 commit e2de7b8

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
@@ -844,7 +844,7 @@ Create an iterator from the slice. Transform the iterated values by applying
844844
the `capitalize_first` function. Remember to collect the iterator.
845845
846846
Step 3.
847-
This is surprising similar to the previous solution. Collect is very powerful
847+
This is surprisingly similar to the previous solution. Collect is very powerful
848848
and very general. Rust just needs to know the desired type."""
849849

850850
[[exercises]]

0 commit comments

Comments
 (0)