Skip to content

Commit 6426d0b

Browse files
committed
Merge pull request scala#4707 from fthomas/topic/pins-link
Add link to online version of Programming in Scala
2 parents 9fc52c8 + 37180d0 commit 6426d0b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/library/scala/Equals.scala

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ package scala
1313
*/
1414
trait Equals extends Any {
1515
/** 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.
16+
* that is open to be overridden in a subclass. See
17+
* [[http://www.artima.com/pins1ed/object-equality.html Programming in Scala,
18+
* Chapter 28]] for discussion and design.
1819
*
1920
* @param that the value being probed for possible equality
2021
* @return true if this instance can possibly equal `that`, otherwise false

0 commit comments

Comments
 (0)