Skip to content

Commit c9956ce

Browse files
authored
fix typo
1 parent 4e11b66 commit c9956ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flow_control/for.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ fn main() {
108108
```
109109

110110
In the above snippets note the type of `match` branch, that is the key
111-
difference in the types or iteration. The difference in type then of course
111+
difference in the types of iteration. The difference in type then of course
112112
implies differing actions that are able to be performed.
113113

114114
### See also

0 commit comments

Comments
 (0)