diff --git a/update.go b/update.go index 8617f4e..cafae7f 100644 --- a/update.go +++ b/update.go @@ -190,7 +190,7 @@ func (b *UpdateBuilder) Exec() (sql.Result, error) { return b.ExecContext(context.Background()) } -// Exec executes the statement represented by the UpdateBuilder +// ExecContext executes the statement represented by the UpdateBuilder // It returns the raw database/sql Result and an error if there was one func (b *UpdateBuilder) ExecContext(ctx context.Context) (sql.Result, error) { sql, args := b.ToSql()