From c9956cea628365c4621628674c10930653102f20 Mon Sep 17 00:00:00 2001 From: Leon George Date: Wed, 16 Jan 2019 11:43:37 +0100 Subject: [PATCH] fix typo --- src/flow_control/for.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flow_control/for.md b/src/flow_control/for.md index f4d5672ab6..4205b002c4 100644 --- a/src/flow_control/for.md +++ b/src/flow_control/for.md @@ -108,7 +108,7 @@ fn main() { ``` In the above snippets note the type of `match` branch, that is the key -difference in the types or iteration. The difference in type then of course +difference in the types of iteration. The difference in type then of course implies differing actions that are able to be performed. ### See also