We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1386244 commit b35fd0bCopy full SHA for b35fd0b
README.md
@@ -16,7 +16,7 @@ This package offers fast data structures for reading and writing XML files with
16
- `value(node) → String or Nothing`
17
- `children(node) → Vector{typeof(node)}`
18
- `is_simple(node) → Bool (whether node is simple .e.g. <tag>item</tag>)`
19
-- `simplevalue(node) → Return the `value` of the only child (e.g. "item" from <tag>item</tag>)`
+- ```simplevalue(node) → Return the `value` of the only child (e.g. "item" from <tag>item</tag>)```
20
21
### Extended Interface for `LazyNode`
22
0 commit comments