Skip to content

Commit ae5885d

Browse files
authored
Update xml-capabilities.md
1 parent 8561742 commit ae5885d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/overview/xml-capabilities.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ package com.business.editor {
1313
return (
1414
<j:VGroup gap={5}>
1515
<!-- content -->
16-
<j:Label>
17-
Hi, <b>there</b>.
18-
</j:Label>
16+
<j:Label>Hi, there.</j:Label>
1917
</j:VGroup>
2018
);
2119
}
@@ -74,4 +72,4 @@ xnode.(*.@name == "Diantha")
7472

7573
```
7674
xnode..tag
77-
```
75+
```

0 commit comments

Comments
 (0)