chore: typo [skip ci] (#4961)

This commit is contained in:
Jeet Mandaliya 2021-11-18 15:31:11 +05:30 committed by GitHub
parent 1149e825de
commit 61720231b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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.
*/