summaryrefslogtreecommitdiff
path: root/src/library/scala/Product15.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/Product15.scala')
-rw-r--r--src/library/scala/Product15.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/Product15.scala b/src/library/scala/Product15.scala
index 4568aff1fe..ef550c80d2 100644
--- a/src/library/scala/Product15.scala
+++ b/src/library/scala/Product15.scala
@@ -14,7 +14,7 @@ object Product15 {
Some(x)
}
-/** Product15 is a cartesian product of 15 components.
+/** Product15 is a Cartesian product of 15 components.
* @since 2.3
*/
trait Product15[+T1, +T2, +T3, +T4, +T5, +T6, +T7, +T8, +T9, +T10, +T11, +T12, +T13, +T14, +T15] extends Any with Product {