Update README_CN.md

修改错别字
This commit is contained in:
__simple 2019-06-19 10:24:28 +08:00 committed by GitHub
parent c9b14f9487
commit ed26ef2d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {