diff --git a/en/02.3.md b/en/02.3.md index 0fba7201..b32c9c6c 100644 --- a/en/02.3.md +++ b/en/02.3.md @@ -62,7 +62,7 @@ The label name is case sensitive. //... } -`expression1`, `expression2` and `expression3` are all expressions, where `expression1` and `expression3` are variable definitions or return values from functions, and `expression2` is a conditional statement. `expression1` will be executed before every loop, and `expression3` will be executed after. +`expression1`, `expression2` and `expression3` are all expressions, where `expression1` and `expression3` are variable definitions or return values from functions, and `expression2` is a conditional statement. `expression1` will be executed once before looping, and `expression3` will be executed after each loop. Examples are more useful than words.