From c3b0113f31ca80e08fd609f8b7925dc456456b95 Mon Sep 17 00:00:00 2001 From: Kato Kazuyoshi Date: Mon, 23 Apr 2012 02:21:32 +0900 Subject: Fix a documentation comment of Product(n)#productElement Fix SI-5168. --- src/build/genprod.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/build/genprod.scala') diff --git a/src/build/genprod.scala b/src/build/genprod.scala index 6016f6fb92..1ea0bf7b73 100644 --- a/src/build/genprod.scala +++ b/src/build/genprod.scala @@ -578,7 +578,7 @@ class Product(val i: Int) extends Group("Product") with Arity { * otherwise throws an `IndexOutOfBoundsException`. * * @param n number of the projection to be returned - * @return same as `._(n+1)`, for example `productElement(1)` is the same as `._1`. + * @return same as `._(n+1)`, for example `productElement(0)` is the same as `._1`. * @throws IndexOutOfBoundsException */ """ -- cgit v1.2.3