Skip to content

Commit d41d252

Browse files
authored
Update packages/svelte/src/internal/client/runtime.js
1 parent bc94927 commit d41d252

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
@@ -1912,7 +1912,7 @@ export function freeze(value) {
19121912
if (STATE_SYMBOL in value) {
19131913
return object_freeze(unstate(value));
19141914
}
1915-
// If the value isn't already read-only then just use that
1915+
// If the value is already read-only then just use that
19161916
if (DEV && READONLY_SYMBOL in value) {
19171917
return value;
19181918
}

0 commit comments

Comments
 (0)