Skip to content

Commit

Permalink
Fix some typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
non committed Sep 12, 2016
1 parent 81a56d7 commit 142223b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ symbol involves represents a type (traditional type lambda) or a value
(polymorphic lambda):

```scala
// type lamda (type level)
// type lambda (type level)
val functor: Functor[λ[a => Either[Int, a]]] = implicitly

// polymoprhic lambda (value level)
// polymorphic lambda (value level)
val f = λ[Vector ~> List](_.toList)

// type lambda (type level)
Expand Down

0 comments on commit 142223b

Please sign in to comment.