Skip to content

Commit

Permalink
fix typo (#3272)
Browse files Browse the repository at this point in the history
  • Loading branch information
LLCampos authored and rossabaker committed Jan 27, 2020
1 parent 832abe6 commit 93ebced
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/main/tut/datatypes/chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ You can also check out the benchmarks [here](https://github.com/typelevel/cats/b

`Chain` is a fairly simple data structure compared to something like `Vector`.
It's a simple ADT that has only 4 cases.
It is either an empty `Chain` with no elements, a singleton `Chain` with exactly one element, a concatenation of two chains or a wrapper for another collect
ion.
It is either an empty `Chain` with no elements, a singleton `Chain` with exactly one element, a concatenation of two chains or a wrapper for another collection.
In code it looks like this:

```tut:book
Expand Down

0 comments on commit 93ebced

Please sign in to comment.