Skip to content

Commit 37c3d35

Browse files
committed
too much pasta
1 parent cf11535 commit 37c3d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/keyed/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export function Entries<K extends string | number, V>(props: {
207207
* @param props
208208
* @param props.of map to iterate entries of (`myMap.entries()`)
209209
* @param props.children
210-
* a map render function that receives an Map key, **value signal** and **index signal** and returns a JSX-Element; if the list is empty, an optional fallback is returned:
210+
* a map render function that receives a Map key, **value signal** and **index signal** and returns a JSX-Element; if the list is empty, an optional fallback is returned:
211211
* ```tsx
212212
* <MapEntries of={map()} fallback={<div>No items</div>}>
213213
* {(key, value, index) => <div data-index={index()}>{key}: {value()}</div>}

0 commit comments

Comments
 (0)