Skip to content

Commit d4f5548

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/run/tupled-function-untupled.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ object Test {
9595

9696
}
9797

98-
/** Creates an untupled version of this function: instead of single [[scala.Tuple]] argument,
99-
* it accepts a N arguments.
98+
/** Creates an untupled version of this function: instead of a single argument of type [[scala.Tuple]] with N elements,
99+
* it accepts N arguments.
100100
*
101101
* This is a generalization of [[scala.Function.untupled]] that work on functions of any arity
102102
*

0 commit comments

Comments
 (0)