Skip to content

Commit 5cf997c

Browse files
committed
Fix typo in Desugar#refinedTypeToClass documentation
1 parent e9adc8a commit 5cf997c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ object desugar {
958958
* Example: Given
959959
*
960960
* class C
961-
* type T1 extends C { type T <: A }
961+
* type T1 = C { type T <: A }
962962
*
963963
* the refined type
964964
*

0 commit comments

Comments
 (0)