Skip to content

Commit

Permalink
chore: typo [skip ci] (#4961)
Browse files Browse the repository at this point in the history
  • Loading branch information
sereneinserenade committed Nov 18, 2021
1 parent 1149e82 commit 6172023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/reactivity/src/effect.ts
Expand Up @@ -23,7 +23,7 @@ let effectTrackDepth = 0
export let trackOpBit = 1

/**
* The bitwise track markers support at most 30 levels op recursion.
* The bitwise track markers support at most 30 levels of recursion.
* This value is chosen to enable modern JS engines to use a SMI on all platforms.
* When recursion depth is greater, fall back to using a full cleanup.
*/
Expand Down

0 comments on commit 6172023

Please sign in to comment.