fixed a spelling mistake in info.toml

This commit is contained in:
Vegard Matthey 2023-03-26 23:25:59 +02:00
parent 4ff38c7bf3
commit 95e51f384e
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]]