We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7b296 commit 5856006Copy full SHA for 5856006
src/error/iter_result.md
@@ -51,7 +51,7 @@ fn main() {
51
52
## Fail the entire operation with `collect()`
53
54
-`Result` implements `FromIter` so that a vector of results (`Vec<Result<T, E>>`)
+`Result` implements `FromIterator` so that a vector of results (`Vec<Result<T, E>>`)
55
can be turned into a result with a vector (`Result<Vec<T>, E>`). Once an
56
`Result::Err` is found, the iteration will terminate.
57
0 commit comments