mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +00:00
fixed typo in docs
This commit is contained in:
parent
f0deac7de1
commit
ad999af9ba
@ -400,7 +400,7 @@ This example copies the key-value table `thing`:
|
||||
```
|
||||
|
||||
Table comprehensions, like list comprehensions, also support multiple `for` and
|
||||
`when` clauses. In this example we use a `where` clause to prevent the value
|
||||
`when` clauses. In this example we use a `when` clause to prevent the value
|
||||
associated with the `color` key from being copied.
|
||||
|
||||
```moon
|
||||
|
Loading…
Reference in New Issue
Block a user