Skip to content

Commit 722611e

Browse files
authored
Update packages/svelte/src/internal/client/runtime.js
1 parent 9b164b2 commit 722611e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export function check_dirtiness(reaction) {
198198

199199
// If we are working with an unowned signal as part of an effect (due to !current_skip_reaction)
200200
// and the version hasn't changed, we still need to check that this reaction
201-
// if linked to the dependency source – otherwise future updates will not be caught.
201+
// is linked to the dependency source – otherwise future updates will not be caught.
202202
if (
203203
is_unowned &&
204204
current_effect !== null &&

0 commit comments

Comments
 (0)