From 2add87b8291800942458406a567afe38d2d1dff1 Mon Sep 17 00:00:00 2001 From: dongxu Date: Sun, 22 Dec 2013 17:57:45 +0800 Subject: [PATCH] =?UTF-8?q?name=20=E2=86=92=20Name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit typo --- orm/docs/zh/Orm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orm/docs/zh/Orm.md b/orm/docs/zh/Orm.md index a5cdf8a5..6d3b6b06 100644 --- a/orm/docs/zh/Orm.md +++ b/orm/docs/zh/Orm.md @@ -145,7 +145,7 @@ import "github.com/astaxie/beego/orm" type User struct { Id int - name string + Name string } func init(){