Skip to content

Commit c7f842a

Browse files
authored
Merge pull request #4218 from robstoll/patch-5
fix spelling, classes instead of lasses
2 parents 8ad9b10 + a015704 commit c7f842a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ object desugar {
5050
*/
5151
class DerivedFromParamTree(suffix: String) extends DerivedTypeTree {
5252

53-
/** Make sure that for all enclosing module classes their companion lasses
53+
/** Make sure that for all enclosing module classes their companion classes
5454
* are completed. Reason: We need the constructor of such companion classes to
5555
* be completed so that OriginalSymbol attachments are pushed to DerivedTypeTrees
5656
* in apply/unapply methods.

0 commit comments

Comments
 (0)