Skip to content

Commit 2361ca4

Browse files
authored
chore(reactivity): fix typo in dep (#4534) [ci skip]
1 parent 7575733 commit 2361ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reactivity/src/dep.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export type Dep = Set<ReactiveEffect> & TrackedMarkers
44

55
/**
66
* wasTracked and newTracked maintain the status for several levels of effect
7-
* tracking recursion. One bit per level is used to define wheter the dependency
7+
* tracking recursion. One bit per level is used to define whether the dependency
88
* was/is tracked.
99
*/
1010
type TrackedMarkers = {

0 commit comments

Comments
 (0)