We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a11a30 commit ccc60b3Copy full SHA for ccc60b3
nullable.go
@@ -157,7 +157,7 @@ func (t *NullableRelationship[T]) SetInterface(value interface{}) {
157
t.Set(value.(T))
158
}
159
160
-// IsNull indicate whether the field was sent, and had a value of `null`
+// IsNull indicates whether the field was sent, and had a value of `null`
161
func (t NullableRelationship[T]) IsNull() bool {
162
_, foundNull := t[false]
163
return foundNull
0 commit comments