Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Huliiiiii committed Sep 19, 2024
1 parent e4b2c66 commit 0102d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/solid/src/reactive/signal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ export interface OnOptions {
* });
* ```
*
* @description https://docs.solidjs.com/reference/jsx-attributes/on_
* @description https://docs.solidjs.com/reference/reactive-utilities/on
*/
export function on<S, Next extends Prev, Prev = Next>(
deps: AccessorArray<S> | Accessor<S>,
Expand Down

0 comments on commit 0102d5e

Please sign in to comment.