We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81c796 commit 34019b3Copy full SHA for 34019b3
packages/svelte/src/internal/client/types.d.ts
@@ -31,7 +31,7 @@ export type Store<V> = {
31
set(value: V): void;
32
};
33
34
-// For all the core internal objects, we use signal character property strings.
+// For all the core internal objects, we use single-character property strings.
35
// This not only reduces code-size and parsing, but it also improves the performance
36
// when the JS VM JITs the code.
37
0 commit comments