Skip to content

Commit b8b662a

Browse files
authored
docs: make link to svelte/reactivity more prominent (#16410)
1 parent e5e6c0c commit b8b662a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ class Todo {
119119
}
120120
```
121121

122-
> [!NOTE] Svelte provides reactive implementations of built-in classes like `Set` and `Map` that can be imported from [`svelte/reactivity`](svelte-reactivity).
122+
### Built-in classes
123+
124+
Svelte provides reactive implementations of built-in classes like `Set`, `Map`, `Date` and `URL` that can be imported from [`svelte/reactivity`](svelte-reactivity).
123125

124126
## `$state.raw`
125127

0 commit comments

Comments
 (0)