Skip to content

Commit ff8dd10

Browse files
committed
lint
1 parent b8b7d49 commit ff8dd10

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/svelte/src/ambient.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

packages/svelte/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)