Skip to content

Commit

Permalink
fix document formatting to prevent formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tel committed Jul 13, 2016
1 parent 1d3f3ed commit a7e8feb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/main/scala/cats/evidence/Is.scala
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ object Is {

/**
* It can be convenient to convert a `Predef.=:=` value into an `Is` value.
* This is not strictly valid as while it is almost certainly true that `A
* =:= B` implies `A Is B` it is not the case that you can create evidence
* of `A Is B` except via a coercion. Use responsibly.
* This is not strictly valid as while it is almost certainly true that
* `A =:= B` implies `A Is B` it is not the case that you can create
* evidence of `A Is B` except via a coercion. Use responsibly.
*/
@inline def unsafeFromPredef[A, B](eq: A =:= B): A Is B =
reflAny.asInstanceOf[A Is B]
Expand Down

0 comments on commit a7e8feb

Please sign in to comment.