Skip to content

Commit

Permalink
Merge pull request #2564 from barambani/typo
Browse files Browse the repository at this point in the history
Fixed typo in the docs
  • Loading branch information
fthomas authored Oct 18, 2018
2 parents 191fae4 + ffeaa0d commit 1b7551b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/cats/evidence/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ package object evidence {
/**
* The property that a value of type A can be used in a context
* expecting a B if A <~< B is referred to as the "Liskov
* Substitution Principal", which is named for Barbara Liskov:
* Substitution Principle", which is named for Barbara Liskov:
* https://en.wikipedia.org/wiki/Barbara_Liskov
*/
type Liskov[-A, +B] = A As B
Expand Down

0 comments on commit 1b7551b

Please sign in to comment.