Skip to content

Commit adfe0c9

Browse files
authored
Update 07-$inspect.md
1 parent 8db93c8 commit adfe0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ 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
55+
+++// $inspect.trace must be the first statement of a function body
5656
$inspect.trace();+++
5757
doSomeWork();
5858
});

0 commit comments

Comments
 (0)