summaryrefslogtreecommitdiff
path: root/src/library/scala/Product1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/Product1.scala')
-rw-r--r--src/library/scala/Product1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/Product1.scala b/src/library/scala/Product1.scala
index e82300adf6..3b0194e41f 100644
--- a/src/library/scala/Product1.scala
+++ b/src/library/scala/Product1.scala
@@ -14,7 +14,7 @@ object Product1 {
Some(x)
}
-/** Product1 is a cartesian product of 1 component.
+/** Product1 is a Cartesian product of 1 component.
* @since 2.3
*/
trait Product1[@specialized(Int, Long, Double) +T1] extends Any with Product {