Skip to content

Commit 34019b3

Browse files
committed
typo
1 parent b81c796 commit 34019b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export type Store<V> = {
3131
set(value: V): void;
3232
};
3333

34-
// For all the core internal objects, we use signal character property strings.
34+
// For all the core internal objects, we use single-character property strings.
3535
// This not only reduces code-size and parsing, but it also improves the performance
3636
// when the JS VM JITs the code.
3737

0 commit comments

Comments
 (0)