We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf31d8 commit 4c89a10Copy full SHA for 4c89a10
src/database/sql/driver/driver.go
@@ -137,7 +137,7 @@ type Pinger interface {
137
138
// Execer is an optional interface that may be implemented by a Conn.
139
//
140
-// If a Conn implements neither ExecerContext nor Execer Execer,
+// If a Conn implements neither ExecerContext nor Execer,
141
// the sql package's DB.Exec will first prepare a query, execute the statement,
142
// and then close the statement.
143
0 commit comments