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 f8648dd commit 1386244Copy full SHA for 1386244
README.md
@@ -10,7 +10,7 @@ This package offers fast data structures for reading and writing XML files with
10
11
### `Node`/`LazyNode` Interface:
12
13
-- `nodetype(node) → XML.NodeType` (an enum type):
+- `nodetype(node) → XML.NodeType` (an enum type):
14
- `tag(node) → String or Nothing`
15
- `attributes(node) → Dict{String,String} or Nothing`
16
- `value(node) → String or Nothing`
0 commit comments