Skip to content

Commit 7350a42

Browse files
Update compiler/src/dotty/tools/dotc/transform/DropParentRefinements.scala
Co-authored-by: Matt Bovel <[email protected]>
1 parent 9b1e1c9 commit 7350a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/DropParentRefinements.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object DropParentRefinements:
1010
val name: String = "dropParentRefinements"
1111
val description: String = "drop parent refinements from a template"
1212

13-
/** Drop parent refinements from a template. because they are generated without
13+
/** Drop parent refinements from a template, as they are generated without
1414
* an implementation. These refinements are unusally required for tracked
1515
* members with more specific types.
1616
*/

0 commit comments

Comments
 (0)