Skip to content

Commit

Permalink
Merge pull request #1916 from andyscott/patch-1
Browse files Browse the repository at this point in the history
Fix tiny extra vowel typo
  • Loading branch information
fthomas authored Sep 16, 2017
2 parents 7c74048 + 0e8b6b2 commit 063be36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/cats/evidence/As.scala
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ object As extends AsInstances {
g.substitute[λ[`-α` => α As C]](f)

/**
* reify a subtype relationship as a Liskov relaationship
* reify a subtype relationship as a Liskov relationship
*/
@inline def reify[A, B >: A]: (A As B) = refl

Expand Down

0 comments on commit 063be36

Please sign in to comment.