Skip to content

Commit bc5cbb0

Browse files
committed
Fix typo
1 parent dbd2e2c commit bc5cbb0

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
@@ -3947,7 +3947,7 @@ object Types {
39473947
else if (!infoLo.isAlias && !infoHi.isAlias) propagate(infoLo, infoHi)
39483948
else range(tp.bottomType, tp.topType)
39493949
// Using `parent` instead of `tp.topType` would be better for normal refinements,
3950-
// but it would also turn *-types to a hk-types, which is not what we want.
3950+
// but it would also turn *-types into hk-types, which is not what we want.
39513951
// We should revisit this point in case we represent applied types not as refinements anymore.
39523952
case Range(infoLo, infoHi) =>
39533953
propagate(infoLo, infoHi)

0 commit comments

Comments
 (0)