Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mbovel committed Oct 17, 2024
1 parent 7895d5d commit c3f9656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/ast/Desugar.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2342,7 +2342,7 @@ object desugar {
}

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

0 comments on commit c3f9656

Please sign in to comment.