Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tockn committed Apr 8, 2019
1 parent 6b6805d commit a14344d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion named_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func NamedQueryContext(ctx context.Context, e ExtContext, query string, arg inte

// NamedExecContext uses BindStruct to get a query executable by the driver and
// then runs Exec on the result. Returns an error from the binding
// or the query excution itself.
// or the query execution itself.
func NamedExecContext(ctx context.Context, e ExtContext, query string, arg interface{}) (sql.Result, error) {
q, args, err := bindNamedMapper(BindType(e.DriverName()), query, arg, mapperFor(e))
if err != nil {
Expand Down

0 comments on commit a14344d

Please sign in to comment.