mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update syntax-list-comprehensions.md
This commit is contained in:
parent
17c0462665
commit
e52d036000
1 changed files with 1 additions and 1 deletions
|
@ -62,4 +62,4 @@ let vector = c![x, for x in 1..10, if x % 2 == 0];
|
|||
```
|
||||
|
||||
### Function syntax
|
||||
List comprehensions could be implemented as functions like ``table.map`` or ``table.filter``
|
||||
List comprehensions could be implemented as functions with ``table.map`` or ``table.filter``
|
||||
|
|
Loading…
Add table
Reference in a new issue