Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Commit d0827bf

Browse files
miaogaolinlunny
authored andcommitted
Update README_CN.md (#1331)
修改错别字
1 parent c9b14f9 commit d0827bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ if _, err := session.Exec("delete from userinfo where username = ?", user2.Usern
362362
return session.Commit()
363363
```
364364

365-
* 事物的简写方法
365+
* 事务的简写方法
366366

367367
```Go
368368
res, err := engine.Transaction(func(session *xorm.Session) (interface{}, error) {

0 commit comments

Comments
 (0)