Skip to content

Commit a3f2061

Browse files
committed
replace nbsp in types
1 parent ff4a2f4 commit a3f2061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte/src/ambient.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ declare namespace $state {
4747
| BigInt64Array
4848
| BigUint64Array;
4949

50-
/** The things that `structuredClone` can handle — https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm */
50+
/** The things that `structuredClone` can handle — https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm */
5151
export type Cloneable =
5252
| ArrayBuffer
5353
| DataView
@@ -358,7 +358,7 @@ declare function $props(): any;
358358
declare function $bindable<T>(fallback?: T): T;
359359

360360
/**
361-
* Inspects one or more values whenever they, or the properties they contain, change. Example:
361+
* Inspects one or more values whenever they, or the properties they contain, change. Example:
362362
*
363363
* ```ts
364364
* $inspect(someValue, someOtherValue)

0 commit comments

Comments
 (0)