Skip to content

Commit

Permalink
Update Network/Socket/Info.hsc
Browse files Browse the repository at this point in the history
Co-authored-by: endgame <endgame@users.noreply.github.com>
  • Loading branch information
kazu-yamamoto and endgame authored Sep 11, 2024
1 parent ae72d08 commit b7ba6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Network/Socket/Info.hsc
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class GetAddrInfo t where
--
-- For backwards-compatibility reasons, a hidden 'GetAddrInfo' class is used
-- to make the result polymorphic. It only has instances for @[]@ (lists)
-- and 'NonEmpty' only. Use of 'NonEmpty' is recommended.
-- and 'NonEmpty'. Use of 'NonEmpty' is recommended.
--
-- This function is protocol independent. It can return both IPv4 and
-- IPv6 address information.
Expand Down

0 comments on commit b7ba6ee

Please sign in to comment.