Commit c57d91e3 authored by Kevin Burke's avatar Kevin Burke Committed by Ian Lance Taylor

database/sql: fix typo

Change-Id: I09fdcebb939417f18af09ed57f24460724cab64f
Reviewed-on: https://go-review.googlesource.com/36632Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 27520cc4
......@@ -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
}
......
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