diff --git a/exp/col.go b/exp/col.go index 04296917..724d53df 100644 --- a/exp/col.go +++ b/exp/col.go @@ -40,7 +40,7 @@ func NewColumnListExpression(vals ...interface{}) ColumnListExpression { cols = append(cols, sc) } } else { - panic(fmt.Sprintf("Cannot created expression from %+v", val)) + panic(fmt.Sprintf("Cannot create expression from %+v", val)) } } }