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