Skip to content

Commit c3f9656

Browse files
committed
Fix typo
1 parent 7895d5d commit c3f9656

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
@@ -2342,7 +2342,7 @@ object desugar {
23422342
}
23432343

23442344
/** If `tree` is a `QualifiedTypeTree`, then desugars it using `paramName` as
2345-
* the qualified paramater name. Otherwise, returns `tree` unchanged.
2345+
* the qualified parameter name. Otherwise, returns `tree` unchanged.
23462346
*/
23472347
def qualifiedType(tree: Tree, paramName: TermName)(using Context): Tree = tree match
23482348
case QualifiedTypeTree(parent, None, qualifier) => qualifiedType(parent, paramName, qualifier, tree.span)

0 commit comments

Comments
 (0)