From 93bd1cd3bf4ec33cda3e904d7b060592de0602f1 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Wed, 10 Aug 2016 09:13:17 -0400 Subject: [PATCH] make render api doc more explicit about return value --- docs/render.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/render.md b/docs/render.md index 66f131cf..14d896d4 100644 --- a/docs/render.md +++ b/docs/render.md @@ -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` | Yes | The [vnodes](vnodes.md) to be rendered -**returns** | | | Returns nothing +**returns** | | | Returns `undefined` [How to read signatures](signatures.md)