spell fix (#167)

This commit is contained in:
Keson
2020-10-26 16:33:02 +08:00
committed by GitHub
parent 60925c1164
commit 2b7545ce11

View File

@@ -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")
)