Merge pull request #1442 from VegardMatthey/main

docs: fixed a spelling mistake for the hint in exercise iterators2
This commit is contained in:
liv 2023-03-27 11:30:42 +00:00 committed by GitHub
commit e2de7b8ae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]]