chore: fix typo (#11535) [ci skip]

This commit is contained in:
sq800 2024-08-07 10:57:39 +08:00 committed by GitHub
parent 8a99f903db
commit 139548e0e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class BaseReactiveHandler implements ProxyHandler<Target> {
: reactiveMap : reactiveMap
).get(target) || ).get(target) ||
// receiver is not the reactive proxy, but has the same prototype // receiver is not the reactive proxy, but has the same prototype
// this means the reciever is a user proxy of the reactive proxy // this means the receiver is a user proxy of the reactive proxy
Object.getPrototypeOf(target) === Object.getPrototypeOf(receiver) Object.getPrototypeOf(target) === Object.getPrototypeOf(receiver)
) { ) {
return target return target