From b7ba6eeb6aeb66ef443436b6e155f01cb36a3d0d Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 11 Sep 2024 09:28:30 +0900 Subject: [PATCH] Update Network/Socket/Info.hsc Co-authored-by: endgame --- Network/Socket/Info.hsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Network/Socket/Info.hsc b/Network/Socket/Info.hsc index 78efb349..b3039ce4 100644 --- a/Network/Socket/Info.hsc +++ b/Network/Socket/Info.hsc @@ -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.