File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ declare namespace $state {
9494 : never ;
9595
9696 /**
97- * Forces an update on a variable or class field declared with `$state` or `$state.raw`, or a property of a `$state` object.
97+ * Forces an update on a variable or class field declared with `$state` or `$state.raw`, or a property of a `$state` object.
9898 * This is primarily meant as an escape hatch to be able to use external or native classes
9999 * with Svelte's reactivity system.
100100 * If you used Svelte 3 or 4, this is the equivalent of `foo = foo`.
@@ -114,7 +114,7 @@ declare namespace $state {
114114 * Count is {counter.count}
115115 * </button>
116116 * ```
117- *
117+ *
118118 * https://svelte.dev/docs/svelte/$state#$state.invalidate
119119 */
120120 export function invalidate ( source : unknown ) : void ;
Original file line number Diff line number Diff line change @@ -2926,7 +2926,7 @@ declare namespace $state {
29262926 : never ;
29272927
29282928 /**
2929- * Forces an update on a variable or class field declared with `$state` or `$state.raw`, or a property of a `$state` object.
2929+ * Forces an update on a variable or class field declared with `$state` or `$state.raw`, or a property of a `$state` object.
29302930 * This is primarily meant as an escape hatch to be able to use external or native classes
29312931 * with Svelte's reactivity system.
29322932 * If you used Svelte 3 or 4, this is the equivalent of `foo = foo`.
@@ -2946,7 +2946,7 @@ declare namespace $state {
29462946 * Count is {counter.count}
29472947 * </button>
29482948 * ```
2949- *
2949+ *
29502950 * https://svelte.dev/docs/svelte/$state#$state.invalidate
29512951 */
29522952 export function invalidate ( source : unknown ) : void ;
You can’t perform that action at this time.
0 commit comments