Skip to content

Commit 8a200fb

Browse files
authored
Update blueprint.md - fix comment syntax in svelte code example
1 parent 92c52dd commit 8a200fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui-svg/blueprint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ registerNativeViewElement('svgView', () => require('@nativescript-community/ui-s
5858
```
5959

6060
```svelte
61-
// app/components/Foo.svelte
61+
<!-- app/components/Foo.svelte -->
6262
<svgView src="~/assets/foo.svg" aspectFit="stretch" />
6363
```
6464

0 commit comments

Comments
 (0)