Skip to content

Commit 0b335d6

Browse files
docs: remove old info about assigning derived state (#1426)
fix(docs): remove old info about assigning derived state
1 parent ba7ad25 commit 0b335d6

File tree

1 file changed

+1
-1
lines changed
  • apps/svelte.dev/content/tutorial/01-svelte/02-reactivity/03-derived-state

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/tutorial/01-svelte/02-reactivity/03-derived-state/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ We can now use this in our markup:
1717
<p>{numbers.join(' + ')} = +++{total}+++</p>
1818
```
1919

20-
The expression inside the `$derived` declaration will be re-evaluated whenever its dependencies (in this case, just `numbers`) are updated. Unlike normal state, derived state is read-only.
20+
The expression inside the `$derived` declaration will be re-evaluated whenever its dependencies (in this case, just `numbers`) are updated.

0 commit comments

Comments
 (0)