Skip to content

Commit

Permalink
Update compiler/src/dotty/tools/dotc/transform/DropParentRefinements.…
Browse files Browse the repository at this point in the history
…scala

Co-authored-by: Matt Bovel <matthieu@bovel.net>
  • Loading branch information
KacperFKorban and mbovel authored Oct 18, 2024
1 parent 9b1e1c9 commit 7350a42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object DropParentRefinements:
val name: String = "dropParentRefinements"
val description: String = "drop parent refinements from a template"

/** Drop parent refinements from a template. because they are generated without
/** Drop parent refinements from a template, as they are generated without
* an implementation. These refinements are unusally required for tracked
* members with more specific types.
*/
Expand Down

0 comments on commit 7350a42

Please sign in to comment.