Update info.toml

Co-authored-by: marisa <mokou@fastmail.com>
This commit is contained in:
arlecchino 2021-06-29 13:41:16 +02:00 committed by GitHub
parent 34ea029df8
commit a4a1098766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -774,7 +774,7 @@ case is a vector of integers and the failure case is a DivisionError.
The list_of_results function needs to return a vector of results.
See https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.collect how
See https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.collect for how
the `FromIterator` trait is used in `collect()`."""
[[exercises]]