diff options
| author | Vegard Matthey <mattheyvegards@gmail.com> | 2023-03-26 23:25:59 +0200 |
|---|---|---|
| committer | Vegard Matthey <mattheyvegards@gmail.com> | 2023-03-26 23:25:59 +0200 |
| commit | 95e51f384ef4b600f86dc08fcb234f9715c9bc44 (patch) | |
| tree | 5402d1ddd9e5658f77f466f9f6c76c48abc94188 | |
| parent | 4ff38c7bf3b46ff728798eafb901385fbb636f4f (diff) | |
fixed a spelling mistake in info.toml
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]] |
