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.
2 parents f41f327 + 2217cf1 commit 427514fCopy full SHA for 427514f
src/doc/book/loops.md
@@ -80,7 +80,7 @@ for var in expression {
80
}
81
```
82
83
-The expression is an item can can be converted into an [iterator] using
+The expression is an item that can be converted into an [iterator] using
84
[`IntoIterator`]. The iterator gives back a series of elements. Each element is
85
one iteration of the loop. That value is then bound to the name `var`, which is
86
valid for the loop body. Once the body is over, the next value is fetched from
0 commit comments