Skip to content

Commit 3972524

Browse files
Update documentation/docs/02-runes/02-$state.md
Co-authored-by: Ben McCann <[email protected]>
1 parent ff28761 commit 3972524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/02-runes/02-$state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ logger(counter); // $effect logs 0
274274
counter.increment(); // $effect logs 1
275275
```
276276

277-
For the same reasons, you should not destructure reactive objects, because that means their value is read at that point in time, and not updated anymore from inside whatever created it.
277+
For the same reasons, you should not destructure reactive objects their value is read at that point in time, and not updated anymore from inside whatever created it.
278278

279279
```js
280280
// @errors: 7006

0 commit comments

Comments
 (0)