Skip to content

Commit 7b62564

Browse files
Apply suggestion from @som-snytt
Co-authored-by: som-snytt <som.snytt@gmail.com>
1 parent 304d9c8 commit 7b62564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/src/dotty/tools/dotc/ast/Desugar.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2031,7 +2031,7 @@ object desugar {
20312031
* or if `isGenericTuple`
20322032
*
20332033
* ```
2034-
* (x$1: (T1, ... Tn) => {
2034+
* (x$1: (T1, ... Tn)) => {
20352035
* val x1: T1 = x$1.apply(0)
20362036
* ...
20372037
* val xn: Tn = x$1.apply(n-1)

0 commit comments

Comments
 (0)