diff --git a/rfcs/syntax-list-comprehensions.md b/rfcs/syntax-list-comprehensions.md index 3a09a4b4..7a8ccb7d 100644 --- a/rfcs/syntax-list-comprehensions.md +++ b/rfcs/syntax-list-comprehensions.md @@ -14,7 +14,7 @@ When traversing a table to exclude all the odd numbers you'd be creating a large To solve these problems, I propose a `n for-in-do` expression form that is syntactically similar to a for statement, but lacks terminating `end`. The `n for-in-do` expression must match `` for in do``. -A ``if then`` expression might be required. +A ``if `` expression might be required. Example: ```lua