Skip to content

Commit 2d832a4

Browse files
committed
Fix link
1 parent 571ba05 commit 2d832a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reactivity/src/effect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ function cleanupEffect(e: ReactiveEffect) {
300300
}
301301
}
302302

303-
//#region Ported from https://github.com/stackblitz/alien-signals/blob/2f3656041a183956a91f805582fcd33026ed46a3/src/ts
303+
//#region Ported from https://github.com/stackblitz/alien-signals/blob/2f3656041a183956a91f805582fcd33026ed46a3/src/system.ts
304304
export interface IEffect extends Subscriber {
305305
nextNotify: IEffect | undefined
306306
notify(): void

0 commit comments

Comments
 (0)