improve docs
This commit is contained in:
parent
067da7eedc
commit
1dffbf781f
5 changed files with 71 additions and 2 deletions
|
|
@ -326,7 +326,7 @@ m("li", {class: selected ? "active" : ""})
|
|||
[How to read signatures](how-to-read-signatures.md)
|
||||
|
||||
```clike
|
||||
VirtualElement m(String selector [, Attributes attributes] [, Children children])
|
||||
VirtualElement m(String selector [, Attributes attributes] [, Children... children])
|
||||
|
||||
where:
|
||||
VirtualElement :: Object { String tag, Attributes attributes, Children children }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue