Skip to content

Commit

Permalink
spell fix (zeromicro#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
Keson authored Oct 26, 2020
1 parent 60925c1 commit 2b7545c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/goctl/model/sql/parser/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ import (
var (
unSupportDDL = errors.New("unexpected type")
tableBodyIsNotFound = errors.New("create table spec not found")
errPrimaryKey = errors.New("unexpected joint primary key")
errPrimaryKey = errors.New("unexpected join primary key")
)

0 comments on commit 2b7545c

Please sign in to comment.