]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: typo [skip ci] (#4961)
authorJeet Mandaliya <45892659+sereneinserenade@users.noreply.github.com>
Thu, 18 Nov 2021 10:01:11 +0000 (15:31 +0530)
committerGitHub <noreply@github.com>
Thu, 18 Nov 2021 10:01:11 +0000 (11:01 +0100)
packages/reactivity/src/effect.ts

index 231e15e60e17496b81e53120f5338fe93f2d13a4..351fc0c26332cdb3c8360d03721bd0e73b860001 100644 (file)
@@ -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.
  */