Skip to content

Commit f931bec

Browse files
authored
Merge pull request #1142 from yogo1212/patch-1
fix typo
2 parents 4e11b66 + c9956ce commit f931bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flow_control/for.md

+1-1
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)