File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ declare function $inspect<T extends any[]>(
373373
374374declare namespace $inspect {
375375 /**
376- * Traces the reactive graph of the tracking reactive context. Must be placed within a block statement .
376+ * Traces the reactive graph of the tracking reactive context. Must be placed directly within a function body .
377377 * Example:
378378 *
379379 * ```svelte
Original file line number Diff line number Diff line change @@ -3031,7 +3031,7 @@ declare function $inspect<T extends any[]>(
30313031
30323032declare namespace $inspect {
30333033 /**
3034- * Traces the reactive graph of the tracking reactive context. Must be placed within a block statement .
3034+ * Traces the reactive graph of the tracking reactive context. Must be placed directly within a function body .
30353035 * Example:
30363036 *
30373037 * ```svelte
You can’t perform that action at this time.
0 commit comments