Skip to content

Commit 21ddebe

Browse files
committed
Fix name of variable in comment
1 parent 35b1d75 commit 21ddebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/SymDenotations.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@ object SymDenotations {
14071407
case Nil => Iterator.empty
14081408
}
14091409

1410-
/** The symbol overriding this symbol in given subclass `ofclazz`.
1410+
/** The symbol overriding this symbol in given subclass `inClass`.
14111411
*
14121412
* @pre `inClass` is a subclass of this symbol's owner
14131413
*/

0 commit comments

Comments
 (0)