]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo. (#13948) main
author王二狗 <a381097999@qq.com>
Sat, 4 Oct 2025 01:46:30 +0000 (09:46 +0800)
committerGitHub <noreply@github.com>
Sat, 4 Oct 2025 01:46:30 +0000 (09:46 +0800)
packages/reactivity/src/effect.ts

index 84cf184c154a6fc06b6ca5314bb4379f4ce56ff4..77c6f9d5b372138e89f030176781916a0b9292b1 100644 (file)
@@ -311,7 +311,7 @@ function prepareDeps(sub: Subscriber) {
 }
 
 function cleanupDeps(sub: Subscriber) {
-  // Cleanup unsued deps
+  // Cleanup unused deps
   let head
   let tail = sub.depsTail
   let link = tail