Skip to content

Commit b340081

Browse files
committed
docs: where the hell did this come from?
1 parent 57f8ca6 commit b340081

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

documentation/docs/03-template-syntax/03-each.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ Iterating over values can be done with an each block. The values in question can
2323
</ul>
2424
```
2525

26-
You can use each blocks to iterate over any array or array-like value — that is, any object with a `length` property.
27-
2826
An each block can also specify an _index_, equivalent to the second argument in an `array.map(...)` callback:
2927

3028
```svelte

0 commit comments

Comments
 (0)