Commit 4c89a10f authored by Zhou Peng's avatar Zhou Peng Committed by Brad Fitzpatrick

database/sql/driver: fix typo

Change-Id: I6e7035db4b3e2a09e5655eb7646eea9d99fb7118
Reviewed-on: https://go-review.googlesource.com/c/162917Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 7cf31d8f
...@@ -137,7 +137,7 @@ type Pinger interface { ...@@ -137,7 +137,7 @@ type Pinger interface {
// Execer is an optional interface that may be implemented by a Conn. // 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, // the sql package's DB.Exec will first prepare a query, execute the statement,
// and then close the statement. // and then close the statement.
// //
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment