Commit 9e72e604 authored by Andrei Matei's avatar Andrei Matei Committed by Emmanuel Odeke

database/sql: fix comment grammar

Change-Id: I92d8c93967c5ec57f07151affd0041f00e405057
GitHub-Last-Rev: 2dea977d938a504604aed6a9ae87986001f96acd
GitHub-Pull-Request: golang/go#30551
Reviewed-on: https://go-review.googlesource.com/c/go/+/164970Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent fd19bc64
...@@ -26,7 +26,7 @@ import ( ...@@ -26,7 +26,7 @@ import (
// time.Time // time.Time
// //
// If the driver supports cursors, a returned Value may also implement the Rows interface // 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 // 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. // from the select is closed, the cursor Rows will also be closed.
type Value interface{} type Value interface{}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment