From 6237a91d9b2d8a6536d3e22961590836a912487f Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 28 Jan 2018 14:39:34 +0000 Subject: [PATCH] Adjust documentation --- src/EuphApi/CloseableChan.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EuphApi/CloseableChan.hs b/src/EuphApi/CloseableChan.hs index ab66514..05cfccd 100644 --- a/src/EuphApi/CloseableChan.hs +++ b/src/EuphApi/CloseableChan.hs @@ -2,7 +2,7 @@ -- | Chans that can be closed and reopened. -- --- While a 'CloseableChan' is closed (or locked), it can not be written to or read from. +-- While a 'CloseableChan' is closed, it can not be written to or read from. -- Calls to 'writeChan' and 'readChan' are non-blocking while a chan is closed. -- -- If a thread is attempting to read from a chan using 'readChan' and that chan is closed,