From: Brad Fitzpatrick Date: Fri, 26 Apr 2013 18:42:58 +0000 (-0700) Subject: database/sql/driver: try to unstutter Value docs X-Git-Tag: go1.1rc2~44 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3cef6979ee135397f4498beeea7b8bb89b0a2286;p=gostls13.git database/sql/driver: try to unstutter Value docs R=golang-dev, r CC=golang-dev https://golang.org/cl/8981043 --- diff --git a/src/pkg/database/sql/driver/driver.go b/src/pkg/database/sql/driver/driver.go index 2434e419ba..d7ca94f780 100644 --- a/src/pkg/database/sql/driver/driver.go +++ b/src/pkg/database/sql/driver/driver.go @@ -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