Skip to content

Commit

Permalink
Tweak docs to remove appending
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Oct 3, 2024
1 parent 7ac07ef commit 2439341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ multiple sources into `LazyList`s; `Multiplexer`s merge streams.
Finally, Turbulence provides implementations of GZIP and Zlib compression
algorithms on byte streams.

### Reading, Writing and Appending
### Reading, Writing (and Appending)

Turbulence defines four key typeclass interfaces related to streaming:
`Readable`, `Writable`, `Appendable` and `Aggregable`, and
`Readable`, `Writable` and `Aggregable`, and

#### `Funnel`s

Expand Down

0 comments on commit 2439341

Please sign in to comment.