Skip to content

Commit

Permalink
database/sql/driver: fix typo
Browse files Browse the repository at this point in the history
Change-Id: I6e7035db4b3e2a09e5655eb7646eea9d99fb7118
Reviewed-on: https://go-review.googlesource.com/c/162917
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
Zhou Peng authored and nebulabox committed Feb 18, 2019
1 parent 9765459 commit a180dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/sql/driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ type Pinger interface {

// Execer is an optional interface that may be implemented by a Conn.
//
// If a Conn implements neither ExecerContext nor Execer Execer,
// If a Conn implements neither ExecerContext nor Execer,
// the sql package's DB.Exec will first prepare a query, execute the statement,
// and then close the statement.
//
Expand Down

0 comments on commit a180dab

Please sign in to comment.