Skip to content

Commit 2217cf1

Browse files
committed
Fix typo
1 parent ac0e845 commit 2217cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/loops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ for var in expression {
8080
}
8181
```
8282

83-
The expression is an item can can be converted into an [iterator] using
83+
The expression is an item that can be converted into an [iterator] using
8484
[`IntoIterator`]. The iterator gives back a series of elements. Each element is
8585
one iteration of the loop. That value is then bound to the name `var`, which is
8686
valid for the loop body. Once the body is over, the next value is fetched from

0 commit comments

Comments
 (0)