Skip to content

Commit

Permalink
Merge pull request #290 from hamnox/master
Browse files Browse the repository at this point in the history
fix typo in readme
  • Loading branch information
snoyberg committed Dec 14, 2016
2 parents 83e75bf + cacbd61 commit 1d8538f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -92,7 +92,7 @@ list. The conduit version does the exact same thing, but:
of a conduit pipeline together.
* Instead of `take`, we use `takeC`. The `Conduit` module provides
many functions matching common list functions, but appends a `C` to
disambguate the names. (If you'd prefer to use a qualified import,
disambiguate the names. (If you'd prefer to use a qualified import,
check out
[Data.Conduit.Combinators](https://www.stackage.org/haddock/lts-6.19/conduit-combinators-1.0.8/Data-Conduit-Combinators.html)).
* To consume all of our results back into a list, we use `sinkList`
Expand Down

0 comments on commit 1d8538f

Please sign in to comment.