We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec1b74 commit 8c58fdbCopy full SHA for 8c58fdb
nullable.go
@@ -126,7 +126,7 @@ func NewNullableRelationshipWithValue[T any](t T) NullableRelationship[T] {
126
return n
127
}
128
129
-// NewNullNullableAttr is a convenience helper to allow constructing a NullableAttr with
+// NewNullNullableRelationship is a convenience helper to allow constructing a NullableRelationship with
130
// an explicit `null`, for instance to construct a field inside a struct
131
// without introducing an intermediate variable
132
func NewNullNullableRelationship[T any]() NullableRelationship[T] {
0 commit comments