We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fc52c8 + 37180d0 commit 6426d0bCopy full SHA for 6426d0b
src/library/scala/Equals.scala
@@ -13,8 +13,9 @@ package scala
13
*/
14
trait Equals extends Any {
15
/** A method that should be called from every well-designed equals method
16
- * that is open to be overridden in a subclass. See Programming in Scala,
17
- * Chapter 28 for discussion and design.
+ * that is open to be overridden in a subclass. See
+ * [[http://www.artima.com/pins1ed/object-equality.html Programming in Scala,
18
+ * Chapter 28]] for discussion and design.
19
*
20
* @param that the value being probed for possible equality
21
* @return true if this instance can possibly equal `that`, otherwise false
0 commit comments