mirror of https://github.com/golang/go.git
database/sql: fix typo
Change-Id: I09fdcebb939417f18af09ed57f24460724cab64f Reviewed-on: https://go-review.googlesource.com/36632 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
27520cc4c5
commit
c57d91e34c
|
|
@ -2084,7 +2084,7 @@ type Rows struct {
|
|||
lasterr error // non-nil only if closed is true
|
||||
|
||||
// lastcols is only used in Scan, Next, and NextResultSet which are expected
|
||||
// not not be called concurrently.
|
||||
// not to be called concurrently.
|
||||
lastcols []driver.Value
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue