Skip to content

Commit 2eb254f

Browse files
authored
docs: update Index component documentation link to index-component (#2536)
1 parent 0af2c2b commit 2eb254f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/solid/src/render/flow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function For<T extends readonly any[], U extends JSX.Element>(props: {
5959
* ```
6060
* If you have a list with changing indices, better use `<For>`.
6161
*
62-
* @description https://docs.solidjs.com/reference/components/index
62+
* @description https://docs.solidjs.com/reference/components/index-component
6363
*/
6464
export function Index<T extends readonly any[], U extends JSX.Element>(props: {
6565
each: T | undefined | null | false;

0 commit comments

Comments
 (0)