make render api doc more explicit about return value

This commit is contained in:
Leo Horie 2016-08-10 09:13:17 -04:00
parent c077cd80de
commit 93bd1cd3bf

View file

@ -15,7 +15,7 @@ Argument | Type | Required | Description
----------- | -------------------- | -------- | ---
`element` | `Element` | Yes | A DOM element that will be the parent node to the subtree
`vnodes` | `Array<Vnode>|Vnode` | Yes | The [vnodes](vnodes.md) to be rendered
**returns** | | | Returns nothing
**returns** | | | Returns `undefined`
[How to read signatures](signatures.md)