Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from danbst/master
Browse files Browse the repository at this point in the history
Fix documentation typo
  • Loading branch information
pcapriotti committed Aug 15, 2012
2 parents df16ad0 + cb539aa commit 98d0804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Control/Pipe.hs
Expand Up @@ -115,7 +115,7 @@ module Control.Pipe (
-- 'MonadBaseControl', but we will work with the above simplified signature in
-- this tutorial.
--
-- There are also more general versione of 'runPipe' which work in
-- There are also more general versions of 'runPipe' which work in
-- any monad, but don't have any exception-safety guarantees, so they should
-- only be used for 'Pipe's that don't allocate any scarce resources.
--
Expand Down

0 comments on commit 98d0804

Please sign in to comment.