summaryrefslogtreecommitdiff
path: root/src/library/scala/xml/Equality.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/xml/Equality.scala')
-rw-r--r--src/library/scala/xml/Equality.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/xml/Equality.scala b/src/library/scala/xml/Equality.scala
index 07651adb90..0efbb4c511 100644
--- a/src/library/scala/xml/Equality.scala
+++ b/src/library/scala/xml/Equality.scala
@@ -13,7 +13,7 @@ package scala.xml
* all the `xml` classes go through the `xml.Equality trait`. There are two
* forms of `xml` comparison.
*
- * 1. `'''def''' strict_==(other: xml.Equality)`
+ * 1. `'''def''' strict_==(other: scala.xml.Equality)`
*
* This one tries to honor the little things like symmetry and hashCode
* contracts. The `equals` method routes all comparisons through this.