Skip to content

Commit 2dea977

Browse files
committed
database/sql: fix comment grammar
1 parent c0d82bb commit 2dea977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/database/sql/driver/driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
// time.Time
2727
//
2828
// If the driver supports cursors, a returned Value may also implement the Rows interface
29-
// in this package. This is used when, for example, when a user selects a cursor
29+
// in this package. This is used, for example, when a user selects a cursor
3030
// such as "select cursor(select * from my_table) from dual". If the Rows
3131
// from the select is closed, the cursor Rows will also be closed.
3232
type Value interface{}

0 commit comments

Comments
 (0)