improve docs

This commit is contained in:
Leo Horie 2014-09-14 00:52:11 -04:00
parent 067da7eedc
commit 1dffbf781f
5 changed files with 71 additions and 2 deletions

View file

@ -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 }