Skip to content

Commit

Permalink
Fix the comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hengfengli committed Aug 12, 2021
1 parent 0c48954 commit 6b33476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spanner/value.go
Expand Up @@ -472,7 +472,7 @@ func (n NullJSON) IsNull() bool {
return !n.Valid
}

// String implements Stringer.String for NullJSON
// String implements Stringer.String for NullJSON.
func (n NullJSON) String() string {
if !n.Valid {
return nullString
Expand Down

0 comments on commit 6b33476

Please sign in to comment.