Skip to content

Commit

Permalink
docs: where the hell did this come from? (#14613)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris authored Dec 8, 2024
1 parent 301744f commit c1c59e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions documentation/docs/03-template-syntax/03-each.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ Iterating over values can be done with an each block. The values in question can
</ul>
```

You can use each blocks to iterate over any array or array-like value — that is, any object with a `length` property.

An each block can also specify an _index_, equivalent to the second argument in an `array.map(...)` callback:

```svelte
Expand Down

0 comments on commit c1c59e7

Please sign in to comment.