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(){