Skip to content

Commit

Permalink
fix: fuzzy comment in UpdateQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
tinycolds authored Oct 30, 2024
1 parent 1bb5597 commit dfdd2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dfdd2dc

Please sign in to comment.