Skip to content

Commit 67b8c74

Browse files
committed
updating doc.
1 parent f1f6356 commit 67b8c74

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Network/Socket.hs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
-- used with either "Network.Socket.ByteString" or
1717
-- "Network.Socket.ByteString.Lazy" for sending/receiving.
1818
--
19-
-- Here are two minimal example programs using the TCP/IP protocol: a
20-
-- server that echoes all data that it receives back (servicing only
21-
-- one client) and a client using it.
19+
-- Here are two minimal example programs using the TCP/IP protocol:
20+
--
21+
-- * a server that echoes all data that it receives back
22+
-- * a client using it
2223
--
2324
-- > -- Echo server program
2425
-- > module Main (main) where

0 commit comments

Comments
 (0)