Skip to content

Commit de19138

Browse files
committed
Fix typo
1 parent 0316368 commit de19138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3944,7 +3944,7 @@ object Types {
39443944
else if (!infoLo.isAlias && !infoHi.isAlias) propagate(infoLo, infoHi)
39453945
else range(tp.bottomType, tp.topType)
39463946
// Using `parent` instead of `tp.topType` would be better for normal refinements,
3947-
// but it would also turn *-types to a hk-types, which is not what we want.
3947+
// but it would also turn *-types into hk-types, which is not what we want.
39483948
// We should revisit this point in case we represent applied types not as refinements anymore.
39493949
case Range(infoLo, infoHi) =>
39503950
propagate(infoLo, infoHi)

0 commit comments

Comments
 (0)