Skip to content

Commit

Permalink
Update TypedEncoder.md
Browse files Browse the repository at this point in the history
  • Loading branch information
refried committed Sep 20, 2017
1 parent 68aa838 commit f9fd3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/tut/TypedEncoder.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import frameless.syntax._
val ds: TypedDataset[DateRange] = TypedDataset.create(Seq(DateRange(new java.util.Date, new java.util.Date)))
```

Type class derivation takes case or recursively constructing (and proving the existence) `TypeEncoder`s for case classes. The following works as expected:
Type class derivation takes care of recursively constructing (and proving the existence of) `TypeEncoder`s for case classes. The following works as expected:

```tut:book
case class Bar(d: Double, s: String)
Expand Down

0 comments on commit f9fd3ac

Please sign in to comment.