File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
compiler/src/dotty/tools/dotc/typer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -881,7 +881,7 @@ trait Implicits { self: Typer =>
881
881
ref.withSpan(span)
882
882
}
883
883
884
- /** An implied instance for a type of the form `Mirror.Product { type MirroredMonoType = T }`
884
+ /** An implied instance for a type of the form `Mirror.Product { type MirroredType = T }`
885
885
* where `T` is a generic product type or a case object or an enum case.
886
886
*/
887
887
lazy val synthesizedProductMirror : SpecialHandler =
@@ -942,7 +942,7 @@ trait Implicits { self: Typer =>
942
942
}
943
943
}
944
944
945
- /** An implied instance for a type of the form `Mirror.Sum { type MirroredMonoType = T }`
945
+ /** An implied instance for a type of the form `Mirror.Sum { type MirroredType = T }`
946
946
* where `T` is a generic sum type.
947
947
*/
948
948
lazy val synthesizedSumMirror : SpecialHandler =
@@ -1021,7 +1021,7 @@ trait Implicits { self: Typer =>
1021
1021
}
1022
1022
}
1023
1023
1024
- /** An implied instance for a type of the form `Mirror { type MirroredMonoType = T }`
1024
+ /** An implied instance for a type of the form `Mirror { type MirroredType = T }`
1025
1025
* where `T` is a generic sum or product or singleton type.
1026
1026
*/
1027
1027
lazy val synthesizedMirror : SpecialHandler =
You can’t perform that action at this time.
0 commit comments