Skip to content

Commit

Permalink
chore(reactivity): fix typo in dep (#4534) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
n2ptune committed Sep 7, 2021
1 parent 7575733 commit 2361ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reactivity/src/dep.ts
Expand Up @@ -4,7 +4,7 @@ export type Dep = Set<ReactiveEffect> & TrackedMarkers

/**
* wasTracked and newTracked maintain the status for several levels of effect
* tracking recursion. One bit per level is used to define wheter the dependency
* tracking recursion. One bit per level is used to define whether the dependency
* was/is tracked.
*/
type TrackedMarkers = {
Expand Down

0 comments on commit 2361ca4

Please sign in to comment.