We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1e1c9 commit 7350a42Copy full SHA for 7350a42
compiler/src/dotty/tools/dotc/transform/DropParentRefinements.scala
@@ -10,7 +10,7 @@ object DropParentRefinements:
10
val name: String = "dropParentRefinements"
11
val description: String = "drop parent refinements from a template"
12
13
-/** Drop parent refinements from a template. because they are generated without
+/** Drop parent refinements from a template, as they are generated without
14
* an implementation. These refinements are unusally required for tracked
15
* members with more specific types.
16
*/
0 commit comments