Fix typo
This commit is contained in:
parent
ac0e845224
commit
2217cf1af2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue