Skip to content

Commit 3831dc3

Browse files
committed
chore: remove selector api
1 parent e6d2ddc commit 3831dc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sites/svelte-5-preview/src/routes/docs/content/01-api/03-functions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Functions
33
---
44

5-
As well as runes, Svelte 5 will introduces some new functions, in addition to existing functions like `getContext`, `setContext` and `tick`. These are introduced as functions rather than runes because they are used directly and the compiler does not need to touch them to make them function as it does with runes. However, these functions may still use Svelte internals.
5+
As well as runes, Svelte 5 will introduces a couple of new functions, in addition to existing functions like `getContext`, `setContext` and `tick`. These are introduced as functions rather than runes because they are used directly and the compiler does not need to touch them to make them function as it does with runes. However, these functions may still use Svelte internals.
66

77
## `untrack`
88

@@ -22,3 +22,4 @@ To prevent something from being treated as an `$effect`/`$derived` dependency, u
2222
});
2323
</script>
2424
```
25+

0 commit comments

Comments
 (0)