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 {
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;
358358declare 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)
You can’t perform that action at this time.
0 commit comments