Fix wrong comment
This commit is contained in:
parent
4499c8c5b5
commit
de52b3b0a4
|
@ -34,7 +34,7 @@ type ErrFieldIsNotExist struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (e ErrFieldIsNotExist) Error() string {
|
func (e ErrFieldIsNotExist) Error() string {
|
||||||
return fmt.Sprintf("field %s is not valid on table %s", e.FieldName, e.TableName)
|
return fmt.Sprintf("field %s is not exist on table %s", e.FieldName, e.TableName)
|
||||||
}
|
}
|
||||||
|
|
||||||
// ErrFieldIsNotValid is not valid
|
// ErrFieldIsNotValid is not valid
|
||||||
|
|
Loading…
Reference in New Issue