Skip to content

Commit e6d2ddc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 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 a 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 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.
66

77
## `untrack`
88

0 commit comments

Comments
 (0)