Skip to content

Commit 7d6360f

Browse files
authored
Update documentation/docs/02-runes/07-$inspect.md
1 parent adfe0c9 commit 7d6360f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/docs/02-runes/07-$inspect.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ This rune, added in 5.14, causes the surrounding function to be _traced_ in deve
5252
import { doSomeWork } from './elsewhere';
5353
5454
$effect(() => {
55-
+++// $inspect.trace must be the first statement of a function body
56-
$inspect.trace();+++
55+
+++// $inspect.trace must be the first statement of a function body+++
56+
+++$inspect.trace();+++
5757
doSomeWork();
5858
});
5959
</script>

0 commit comments

Comments
 (0)