mirror of
https://github.com/golang/go
synced 2024-11-12 08:00:22 -07:00
database/sql: fix comment grammar
This commit is contained in:
parent
c0d82bb0ec
commit
2dea977d93
@ -26,7 +26,7 @@ import (
|
||||
// time.Time
|
||||
//
|
||||
// If the driver supports cursors, a returned Value may also implement the Rows interface
|
||||
// in this package. This is used when, for example, when a user selects a cursor
|
||||
// in this package. This is used, for example, when a user selects a cursor
|
||||
// such as "select cursor(select * from my_table) from dual". If the Rows
|
||||
// from the select is closed, the cursor Rows will also be closed.
|
||||
type Value interface{}
|
||||
|
Loading…
Reference in New Issue
Block a user