We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebcad4 commit 962c785Copy full SHA for 962c785
src/database/sql/driver/driver.go
@@ -116,8 +116,8 @@ type DriverContext interface {
116
// access to context and to avoid repeated parsing of driver
117
// configuration.
118
//
119
-// If a Connector implements io.Closer interface, the sql package's
120
-// DB.Close will call the Close method and return the error (if any).
+// If a Connector implements io.Closer, the sql package's DB.Close
+// method will call Close and return error (if any).
121
type Connector interface {
122
// Connect returns a connection to the database.
123
// Connect may return a cached connection (one previously
0 commit comments