]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: comments (#5332) [ci skip]
authorMarcos Dantas <marcos.adantas@hotmail.com>
Fri, 13 May 2022 00:23:28 +0000 (21:23 -0300)
committerGitHub <noreply@github.com>
Fri, 13 May 2022 00:23:28 +0000 (20:23 -0400)
packages/reactivity/src/reactive.ts

index ac45059708d5a7f8a64d457a905adf5620edd907..1a94749971044b2b0dfdf18847825b76abc19b31 100644 (file)
@@ -204,7 +204,7 @@ function createReactiveObject(
   if (existingProxy) {
     return existingProxy
   }
-  // only a whitelist of value types can be observed.
+  // only specific value types can be observed.
   const targetType = getTargetType(target)
   if (targetType === TargetType.INVALID) {
     return target