File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ declare namespace $state {
47
47
| BigInt64Array
48
48
| BigUint64Array ;
49
49
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 */
51
51
export type Cloneable =
52
52
| ArrayBuffer
53
53
| DataView
@@ -358,7 +358,7 @@ declare function $props(): any;
358
358
declare function $bindable < T > ( fallback ?: T ) : T ;
359
359
360
360
/**
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:
362
362
*
363
363
* ```ts
364
364
* $inspect(someValue, someOtherValue)
You can’t perform that action at this time.
0 commit comments