From ca96431b5e3a3431212e405c37e40cd9bc3989cc Mon Sep 17 00:00:00 2001 From: Manni Wood Date: Thu, 29 Sep 2016 00:36:56 -0400 Subject: [PATCH] Fixes a documentation typo --- values.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.go b/values.go index ac472c51..d0940421 100644 --- a/values.go +++ b/values.go @@ -287,7 +287,7 @@ func (n Name) LengthOK() bool { // If Valid is false then the value is NULL. type NullName struct { Name Name - Valid bool // Valid is true if Char is not NULL + Valid bool // Valid is true if Name is not NULL } func (n *NullName) Scan(vr *ValueReader) error {