]> Cypherpunks repositories - gostls13.git/commitdiff
database/sql/driver: try to unstutter Value docs
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 26 Apr 2013 18:42:58 +0000 (11:42 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 26 Apr 2013 18:42:58 +0000 (11:42 -0700)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8981043

src/pkg/database/sql/driver/driver.go

index 2434e419baa106e56a2bc589a5f816cde463ab51..d7ca94f7809ff6b9e2284d1832fafcddb6ad3336 100644 (file)
@@ -10,8 +10,8 @@ package driver
 
 import "errors"
 
-// A driver Value is a value that drivers must be able to handle.
-// A Value is either nil or an instance of one of these types:
+// Value is a value that drivers must be able to handle.
+// It is either nil or an instance of one of these types:
 //
 //   int64
 //   float64