Skip to content

Commit 4f02b07

Browse files
committed
more idiomatic
1 parent 9987951 commit 4f02b07

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
@@ -149,7 +149,7 @@ Inputs that work together can use `bind:group` ([demo](/playground/untitled#H4sI
149149
<script>
150150
let tortilla = $state('Plain');
151151
152-
/** @type {Array<string>} */
152+
/** @type {string[]} */
153153
let fillings = $state([]);
154154
</script>
155155

0 commit comments

Comments
 (0)