Skip to content

Commit a123ca3

Browse files
authored
Update tips-and-tricks.md
A slash was missing from the example. Cosmetic more than anything, but could confuse someone unfamiliar with xml.
1 parent 0884389 commit a123ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tips-and-tricks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ example, the `<c>` element below would be assigned the nodename `c.b.a`:
1616
<b>
1717
<c>foo</c>
1818
</b>
19-
<a>
19+
</a>
2020
```
2121

2222
`labwc` also parses XML in an element/attribute agnostic way, which means that

0 commit comments

Comments
 (0)