From e5d32e4d464d651ebb69b79ffad6157cd99ef761 Mon Sep 17 00:00:00 2001 From: Dominic Gannaway Date: Tue, 23 Jul 2024 11:37:57 +0100 Subject: [PATCH] feedback --- packages/svelte/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/svelte/types/index.d.ts b/packages/svelte/types/index.d.ts index c028f7a331..d95a7e2244 100644 --- a/packages/svelte/types/index.d.ts +++ b/packages/svelte/types/index.d.ts @@ -2858,7 +2858,7 @@ declare namespace $state { export function frozen(): Readonly | undefined; /** - * Declares reactive state that is linked to another value. Local mutations will override the linked value + * Declares reactive state that is linked to another value. Local reassignments will override the linked value * until the linked value changes. * * Example: