Skip to content

Commit 8054084

Browse files
committed
docs formatting
1 parent 03b1d77 commit 8054084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/03-template-syntax/12-bind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ In the case of readonly bindings like [dimension bindings](#Dimensions), the `ge
4040
> [!NOTE]
4141
> Function bindings are available in Svelte 5.9.0 and newer.
4242
43-
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.
43+
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.
4444
This is especially handy when using helpers that return getter/setter pairs.
4545

4646
```svelte

0 commit comments

Comments
 (0)