Skip to content

Commit 69f260f

Browse files
author
Vlad Ureche
committed
Small typo in macros/implicits
1 parent e850210 commit 69f260f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overviews/macros/implicits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ while at the same time seamlessly integrating with non-macro implicits.
112112
### Problem statement
113113

114114
The use case, which gave birth to fundep materializers, was provided by Miles Sabin and his [shapeless](https://github.com/milessabin/shapeless) library. In the old version of shapeless, before 2.0.0, Miles has defined the `Iso` trait,
115-
which represents isomorphisms between types. `Iso` can be used to map cases classes to tuples and vice versa
115+
which represents isomorphisms between types. `Iso` can be used to map case classes to tuples and vice versa
116116
(actually, shapeless used Iso's to convert between case classes and HLists, but for simplicity let's use tuples).
117117

118118
trait Iso[T, U] {

0 commit comments

Comments
 (0)