Skip to content

Commit b35fd0b

Browse files
committed
readme
1 parent 1386244 commit b35fd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This package offers fast data structures for reading and writing XML files with
1616
- `value(node) → String or Nothing`
1717
- `children(node) → Vector{typeof(node)}`
1818
- `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>)`
19+
- ```simplevalue(node) → Return the `value` of the only child (e.g. "item" from <tag>item</tag>)```
2020

2121
### Extended Interface for `LazyNode`
2222

0 commit comments

Comments
 (0)