more idiomatic

pull/15968/head
Rich Harris 4 months ago
parent 9987951f72
commit 4f02b07f29

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

Loading…
Cancel
Save