Skip to content

Commit

Permalink
godoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Foley committed Aug 19, 2024
1 parent f660f99 commit 57ec70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipaddr/clonearrays.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func ToIPSlice[T interface {
return cloneTo(orig, func(a T) IPType { return a.ToIP() })
}

// ToAddressBaseSlice converts a slice of subnets, addresses, or components thereof into IP-specific components.
// ToAddressBaseSlice converts a slice of subnets or addresses into general addresses or subnets not specific to a version or address type.
// The original slice element type can be one of *Address, *IPv4Address, *IPv6Address, *MACAddress, *IPAddress, or AddressType.
// Each slice element will be converted if the element originated as an IPv6 component, otherwise the element will be converted to nil in the returned slice.
func ToAddressBaseSlice[T interface {
Expand Down

0 comments on commit 57ec70a

Please sign in to comment.