diff --git a/types.go b/types.go index 5e6cd14d..3aa47bba 100644 --- a/types.go +++ b/types.go @@ -164,7 +164,7 @@ func (i *Interval) getMappedInterval() mapping.Interval { return mapping.NewInterval(i.Months, i.Days, i.Micros) } -// Composite use as the `Scanner` type for any composite types (maps, lists, structs) +// Composite can be used as the `Scanner` type for any composite types (maps, lists, structs). type Composite[T any] struct { t T }