Skip to content

Commit 8c58fdb

Browse files
netramalictrombley
andcommitted
Update nullable.go
Co-authored-by: Chris Trombley <[email protected]>
1 parent 1ec1b74 commit 8c58fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nullable.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func NewNullableRelationshipWithValue[T any](t T) NullableRelationship[T] {
126126
return n
127127
}
128128

129-
// NewNullNullableAttr is a convenience helper to allow constructing a NullableAttr with
129+
// NewNullNullableRelationship is a convenience helper to allow constructing a NullableRelationship with
130130
// an explicit `null`, for instance to construct a field inside a struct
131131
// without introducing an intermediate variable
132132
func NewNullNullableRelationship[T any]() NullableRelationship[T] {

0 commit comments

Comments
 (0)