Skip to content

Commit

Permalink
Fix typo (fixes #301)
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Mar 20, 2017
1 parent 4eec546 commit 4d5633f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -589,7 +589,7 @@ main :: IO ()
main = runConduit $ yieldMany [1..10] .| intersperseC 0 .| mapM_C print
```

It's also possible to "flatten out" a conduit, but converting a stream
It's also possible to "flatten out" a conduit, by converting a stream
of chunks (like a list of vector) of data into the individual values.

```haskell
Expand Down

0 comments on commit 4d5633f

Please sign in to comment.