Skip to content

Commit 9e72e60

Browse files
andreimateiodeke-em
authored andcommitted
database/sql: fix comment grammar
Change-Id: I92d8c93967c5ec57f07151affd0041f00e405057 GitHub-Last-Rev: 2dea977 GitHub-Pull-Request: #30551 Reviewed-on: https://go-review.googlesource.com/c/go/+/164970 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent fd19bc6 commit 9e72e60

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)