We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db93c8 commit adfe0c9Copy full SHA for adfe0c9
documentation/docs/02-runes/07-$inspect.md
@@ -52,7 +52,7 @@ This rune, added in 5.14, causes the surrounding function to be _traced_ in deve
52
import { doSomeWork } from './elsewhere';
53
54
$effect(() => {
55
- +++ // $inspect.trace must be the first statement of a function body
+ +++// $inspect.trace must be the first statement of a function body
56
$inspect.trace();+++
57
doSomeWork();
58
});
0 commit comments