From 62f54cbbeef58c5bdbf2d656c5e251de4512ba8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=85=E5=B0=8F=E9=BB=91?= Date: Sat, 28 Dec 2013 20:14:36 +0800 Subject: [PATCH] fix typo error --- controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller.go b/controller.go index 1f148f06..04352706 100644 --- a/controller.go +++ b/controller.go @@ -140,7 +140,7 @@ func (c *Controller) RenderString() (string, error) { return string(b), e } -// RenderBytes returns the bytes of renderd tempate string. Do not send out response. +// RenderBytes returns the bytes of rendered template string. Do not send out response. func (c *Controller) RenderBytes() ([]byte, error) { //if the controller has set layout, then first get the tplname's content set the content to the layout if c.Layout != "" {