diff --git a/essentials/loops/postfix-for/index.md b/essentials/loops/postfix-for/index.md index 7c23b5059..fedc99fa5 100644 --- a/essentials/loops/postfix-for/index.md +++ b/essentials/loops/postfix-for/index.md @@ -4,7 +4,7 @@ title: 'Postfix form of "for"' {% include menu.html %} -We have already seen other statement modifiers: [`if` and `else`](/essentials/conditional-checks/modifiers) and [`while` and `until`](/essentials/loops/modifiers). And that’s the reason for a small celebration as the design of Raku is very consistent. +We have already seen other statement modifiers: [`if` and `unless`](/essentials/conditional-checks/modifiers) and [`while` and `until`](/essentials/loops/modifiers). And that’s the reason for a small celebration as the design of Raku is very consistent. With a short loop body, the `for` loop can be written in a postfix form: