diff --git a/query_update.go b/query_update.go index e56ba20d..ade369cb 100644 --- a/query_update.go +++ b/query_update.go @@ -53,7 +53,7 @@ func (q *UpdateQuery) Err(err error) *UpdateQuery { return q } -// Apply calls the fn passing the SelectQuery as an argument. +// Apply calls the fn passing the UpdateQuery as an argument. func (q *UpdateQuery) Apply(fn func(*UpdateQuery) *UpdateQuery) *UpdateQuery { if fn != nil { return fn(q)