Skip to content

Commit b7ba6ee

Browse files
Update Network/Socket/Info.hsc
Co-authored-by: endgame <[email protected]>
1 parent ae72d08 commit b7ba6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Network/Socket/Info.hsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class GetAddrInfo t where
215215
--
216216
-- For backwards-compatibility reasons, a hidden 'GetAddrInfo' class is used
217217
-- to make the result polymorphic. It only has instances for @[]@ (lists)
218-
-- and 'NonEmpty' only. Use of 'NonEmpty' is recommended.
218+
-- and 'NonEmpty'. Use of 'NonEmpty' is recommended.
219219
--
220220
-- This function is protocol independent. It can return both IPv4 and
221221
-- IPv6 address information.

0 commit comments

Comments
 (0)