Merge pull request #623 from zhangshengshan/master

修改一个错别字
This commit is contained in:
astaxie
2016-04-06 16:45:34 +08:00

View File

@@ -272,7 +272,7 @@ Unix用户已经很熟悉什么是`pipe`了,`ls | grep "beego"`类似这样的
template.Must(tErr.Parse(" some static text {{ .Name }"))
}
输出如下内容
输出如下内容
The first one parsed OK.
The second one parsed OK.