Update README_CN.md (#1331)

修改错别字
This commit is contained in:
__simple 2019-06-19 10:36:23 +08:00 committed by Lunny Xiao
parent c9b14f9487
commit d0827bfc00
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ if _, err := session.Exec("delete from userinfo where username = ?", user2.Usern
return session.Commit()
```
* 事的简写方法
* 事的简写方法
```Go
res, err := engine.Transaction(func(session *xorm.Session) (interface{}, error) {