Skip to content

Commit fa941f7

Browse files
committed
address feedback
1 parent 1cc6bc8 commit fa941f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/svelte/src/ambient.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ declare function $inspect<T extends any[]>(
373373

374374
declare 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

packages/svelte/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3031,7 +3031,7 @@ declare function $inspect<T extends any[]>(
30313031

30323032
declare 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

0 commit comments

Comments
 (0)