Merge pull request #78 from k0ral/patch-1

Fix typo
This commit is contained in:
Harendra Kumar 2018-06-04 09:26:14 +05:30 committed by GitHub
commit 9acbc6cc8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,7 +158,7 @@ import Data.Semigroup (Semigroup(..))
-- $serial
--
-- Serial streams compose serially or non-concurrently. In a composed stream,
-- each action is executed only after the prvious action has finished. The two
-- each action is executed only after the previous action has finished. The two
-- serial stream types 'SerialT' and 'WSerialT' differ in how they traverse the
-- streams in a 'Semigroup' or 'Monad' composition.