1
Fork 0
This commit is contained in:
Jake Worth 2015-12-04 12:32:36 -05:00
parent ac0e845224
commit 2217cf1af2

View file

@ -80,7 +80,7 @@ for var in expression {
}
```
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
[`IntoIterator`]. The iterator gives back a series of elements. Each element is
one iteration of the loop. That value is then bound to the name `var`, which is
valid for the loop body. Once the body is over, the next value is fetched from