Skip to content

Commit

Permalink
Merge pull request #1317 from alexandru/patch-1
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
fthomas authored Aug 22, 2016
2 parents f8dfb42 + 11acebd commit 2404f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/cats/RecursiveTailRecM.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.io.Serializable
*/
trait RecursiveTailRecM[F[_]] extends Serializable {
/*
* you can call RecusiveTailRecM[F].sameType(Monad[F]).tailRec
* you can call RecursiveTailRecM[F].sameType(Monad[F]).tailRec
* to have a static check that the types agree
* for safer usage of tailRecM
*/
Expand Down

0 comments on commit 2404f5f

Please sign in to comment.