From 34019b3ba25d7fe9edfdcd1ae0859e9e3298e938 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Mon, 5 Feb 2024 16:18:27 -0500 Subject: [PATCH] typo --- packages/svelte/src/internal/client/types.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/svelte/src/internal/client/types.d.ts b/packages/svelte/src/internal/client/types.d.ts index ebe6b120cc..a8b84ce49e 100644 --- a/packages/svelte/src/internal/client/types.d.ts +++ b/packages/svelte/src/internal/client/types.d.ts @@ -31,7 +31,7 @@ export type Store = { set(value: V): void; }; -// For all the core internal objects, we use signal character property strings. +// For all the core internal objects, we use single-character property strings. // This not only reduces code-size and parsing, but it also improves the performance // when the JS VM JITs the code.