Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit c333062

Browse files
jfontanerizocosmico
authored andcommitted
Update sql/plan/transaction.go
Signed-off-by: Miguel Molina <[email protected]>
1 parent 5bf4e18 commit c333062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/plan/transaction.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package plan
22

33
import "gopkg.in/src-d/go-mysql-server.v0/sql"
44

5-
// Rollback undoes the changes perfromed in a transaction.
5+
// Rollback undoes the changes performed in a transaction.
66
type Rollback struct{}
77

88
// NewRollback creates a new Rollback node.

0 commit comments

Comments
 (0)