mirror of
https://github.com/jackc/pgx.git
synced 2025-05-31 11:42:24 +00:00
Fixes a documentation typo
This commit is contained in:
parent
c25e3dd826
commit
ca96431b5e
@ -287,7 +287,7 @@ func (n Name) LengthOK() bool {
|
|||||||
// If Valid is false then the value is NULL.
|
// If Valid is false then the value is NULL.
|
||||||
type NullName struct {
|
type NullName struct {
|
||||||
Name Name
|
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 {
|
func (n *NullName) Scan(vr *ValueReader) error {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user