fix some comments (#5194)

Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
cui fliter
2023-05-21 13:48:06 +08:00
committed by Ming Deng
parent 4e481606f7
commit 2c62865a35
5 changed files with 136 additions and 114 deletions

View File

@@ -2277,7 +2277,7 @@ func TestTxOrmRollbackUnlessCommit(t *testing.T) {
o := NewOrm()
var tag Tag
// test not commited and call RollbackUnlessCommit
// test not committed and call RollbackUnlessCommit
to, err := o.Begin()
assert.Nil(t, err)
tag.Name = "rollback unless commit"