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 35b265e commit e031133Copy full SHA for e031133
readme.md
@@ -181,11 +181,12 @@ Properties of the element ([`Properties`][properties], optional).
181
182
###### `children`
183
184
-Children of the element ([`Child`][child] or `Array<Child>`, optional).
+Children of the node ([`Child`][child] or `Array<Child>`, optional).
185
186
##### Returns
187
188
Created tree ([`Result`][result]).
189
+
190
[`Element`][element] when a `selector` is passed, otherwise [`Root`][root].
191
192
### `s(selector?[, properties][, …children])`
0 commit comments