docs formatting

pull/16607/head
Jack Goodall 3 weeks ago
parent 03b1d7758d
commit 80540843c2

@ -40,7 +40,7 @@ In the case of readonly bindings like [dimension bindings](#Dimensions), the `ge
> [!NOTE] > [!NOTE]
> Function bindings are available in Svelte 5.9.0 and newer. > Function bindings are available in Svelte 5.9.0 and newer.
If you already have a tuple [get, set] or an object with `get` and/or `set` functions, you can use the spread syntax to bind them directly, instead of destructuring them beforehand. If you already have a `[get, set]` tuple or an object with `get` and/or `set` functions, you can use the spread syntax to bind them directly, instead of destructuring them beforehand.
This is especially handy when using helpers that return getter/setter pairs. This is especially handy when using helpers that return getter/setter pairs.
```svelte ```svelte

Loading…
Cancel
Save