Skip to content

Commit 88db685

Browse files
committed
doc(tupled): improve scaladoc of tupled
1 parent 51977d7 commit 88db685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run/tupled-function-tupled.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object Test {
1616
}
1717

1818
/** Creates a tupled version of this function: instead of N arguments,
19-
* it accepts a single [[scala.Tuple]] argument.
19+
* it accepts a single [[scala.Tuple]] with N elements as argument.
2020
*
2121
* This is a generalization of [[scala.FunctionN.tupled]] that work on functions of any arity
2222
*

0 commit comments

Comments
 (0)