diff --git a/association.go b/association.go index e9b170f4..d2c23711 100644 --- a/association.go +++ b/association.go @@ -367,7 +367,7 @@ func (association *Association) saveAssociations(values ...interface{}) *Associa return association } -// seterr set error when the error is not nil. And return Association. +// setErr set error when the error is not nil. And return Association. func (association *Association) setErr(err error) *Association { if err != nil { association.Error = err