We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1149e82 commit 6172023Copy full SHA for 6172023
packages/reactivity/src/effect.ts
@@ -23,7 +23,7 @@ let effectTrackDepth = 0
23
export let trackOpBit = 1
24
25
/**
26
- * The bitwise track markers support at most 30 levels op recursion.
+ * The bitwise track markers support at most 30 levels of recursion.
27
* This value is chosen to enable modern JS engines to use a SMI on all platforms.
28
* When recursion depth is greater, fall back to using a full cleanup.
29
*/
0 commit comments