Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 4b318f2

Browse files
rashadg1030Anrock
authored andcommitted
Fixed a typo.
I changed “cam” to “can”.
1 parent d9e1d80 commit 4b318f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Haskell/Ide/Engine/Channel.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ where
1313
import qualified Control.Concurrent.STM.TChan as TChan
1414
import qualified Control.Concurrent.STM as STM
1515

16-
-- | The writing end of a STM channel, only values of type 'a' cam be written
16+
-- | The writing end of a STM channel, only values of type 'a' can be written
1717
-- to the channel
1818
newtype InChan a = InChan (TChan.TChan a)
1919

0 commit comments

Comments
 (0)