Skip to content

Commit 939bc70

Browse files
committed
Fix doc comment
1 parent 2480ccc commit 939bc70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scala/Eq.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package scala
22

33
import annotation.implicitNotFound
44

5-
/** A marker trait indicating that values of kind `L` can be compared to values of type `R`. */
5+
/** A marker trait indicating that values of type `L` can be compared to values of type `R`. */
66
@implicitNotFound("Values of types ${L} and ${R} cannot be compared with == or !=")
77
sealed trait Eq[-L, -R]
88

0 commit comments

Comments
 (0)