Fixes a documentation typo

pull/192/head
Manni Wood 2016-09-29 00:36:56 -04:00
parent c25e3dd826
commit ca96431b5e
1 changed files with 1 additions and 1 deletions

View File

@ -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 {