Skip to content

Commit 1386244

Browse files
committed
readme
1 parent f8648dd commit 1386244

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
@@ -10,7 +10,7 @@ This package offers fast data structures for reading and writing XML files with
1010

1111
### `Node`/`LazyNode` Interface:
1212

13-
- `nodetype(node) → XML.NodeType` (an enum type):
13+
- `nodetype(node) → XML.NodeType` (an enum type):
1414
- `tag(node) → String or Nothing`
1515
- `attributes(node) → Dict{String,String} or Nothing`
1616
- `value(node) → String or Nothing`

0 commit comments

Comments
 (0)