Skip to content

Commit c16f8a9

Browse files
authored
chore: fix typo. (#13948)
1 parent 5a8aa0b commit c16f8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reactivity/src/effect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ function prepareDeps(sub: Subscriber) {
311311
}
312312

313313
function cleanupDeps(sub: Subscriber) {
314-
// Cleanup unsued deps
314+
// Cleanup unused deps
315315
let head
316316
let tail = sub.depsTail
317317
let link = tail

0 commit comments

Comments
 (0)