database/sql/driver: try to unstutter Value docs

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8981043
This commit is contained in:
Brad Fitzpatrick 2013-04-26 11:42:58 -07:00
parent 489addd250
commit 3cef6979ee
1 changed files with 2 additions and 2 deletions

View 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