Skip to content

Commit 6ed2c85

Browse files
Update compiler/src/dotty/tools/dotc/core/Definitions.scala
Co-authored-by: Dale Wijnand <[email protected]>
1 parent f70ae54 commit 6ed2c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/Definitions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ class Definitions {
14641464

14651465
/** Is this type a `TupleN` type?
14661466
*
1467-
* @return true if the dealiased type of `self` is `TupleN[T1, T2, ..., Tn]`
1467+
* @return true if the dealiased type of `tp` is `TupleN[T1, T2, ..., Tn]`
14681468
*/
14691469
def isTupleNType(tp: Type)(using Context): Boolean = {
14701470
val arity = tp.dealias.argInfos.length

0 commit comments

Comments
 (0)