Skip to content

Commit

Permalink
small change to text formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wonk1132Simple committed Oct 19, 2016
1 parent a2d741d commit 848ba63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/tut/semigroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ the type class instance for `Semigroup` is defined for `Option`. There is no `Se
instance defined for `None` or `Some`--you will get errors if you attempt to combine a
`Some` or `None` instance:

```tut:scala
```tut:book
> import cats.implicits._
Expand All @@ -105,7 +105,7 @@ error: value |+| is not a member of Some[Int]
whereby telling the compiler your vals are `Option` instances succeeds:


```tut:scala
```tut:book
> import cats.implicits._
Expand Down

0 comments on commit 848ba63

Please sign in to comment.