Skip to content

Commit 80a4c84

Browse files
committed
Correct #region syntax
1 parent c3b62a1 commit 80a4c84

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
@@ -301,7 +301,7 @@ function cleanupEffect(e: ReactiveEffect) {
301301
}
302302
}
303303

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

0 commit comments

Comments
 (0)