replace double quote to single quote

pull/6898/head
Yuichiro Yamashita 5 years ago
parent a6a8ffd0f8
commit 80e93bcc2a

@ -1564,7 +1564,7 @@ If `this` has a nullish value, a warning will be logged in development mode.
```sv ```sv
<script> <script>
let tag = "div"; let tag = 'div';
export let handler; export let handler;
</script> </script>

Loading…
Cancel
Save