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