Skip to content

Commit a6d3a03

Browse files
eush77wooorm
authored andcommitted
Fix disallowed empty children array
Closes GH-1. Closes GH-2.
1 parent e929e87 commit a6d3a03

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
@@ -21,7 +21,7 @@ and their related projects.
2121
`string`;
2222

2323
* may have either a `value` property set to a `string` or a `children`
24-
property set to an array of one or more `Unist` nodes;
24+
property set to an array of zero or more `Unist` nodes;
2525

2626
* may have a `data` property set to a `JSON.stringify`able object;
2727

0 commit comments

Comments
 (0)