Skip to content

Commit 275b2c3

Browse files
committed
Fix parameter name in Scaladoc.
1 parent 0fde1ac commit 275b2c3

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
@@ -872,7 +872,7 @@ object desugar {
872872
* trait <refinement> extends C { this: T1 => type T <: A }
873873
*
874874
* The result of this method is used for validity checking, is thrown away afterwards.
875-
* @param parentType The type of `parent`
875+
* @param parent The type of `parent`
876876
*/
877877
def refinedTypeToClass(parent: tpd.Tree, refinements: List[Tree])(implicit ctx: Context): TypeDef = {
878878
def stripToCore(tp: Type): List[Type] = tp match {

0 commit comments

Comments
 (0)