Skip to content

Commit 4bafbe6

Browse files
authored
docs: Remove duplicate info about {#each} block (#953)
1 parent 16aab59 commit 4bafbe6

File tree

1 file changed

+0
-2
lines changed
  • apps/svelte.dev/content/docs/svelte/03-template-syntax

1 file changed

+0
-2
lines changed

apps/svelte.dev/content/docs/svelte/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)