Skip to content

Commit ccc60b3

Browse files
committed
addressed comment
1 parent 4a11a30 commit ccc60b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nullable.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ func (t *NullableRelationship[T]) SetInterface(value interface{}) {
157157
t.Set(value.(T))
158158
}
159159

160-
// IsNull indicate whether the field was sent, and had a value of `null`
160+
// IsNull indicates whether the field was sent, and had a value of `null`
161161
func (t NullableRelationship[T]) IsNull() bool {
162162
_, foundNull := t[false]
163163
return foundNull

0 commit comments

Comments
 (0)