Skip to content

Commit ba1027e

Browse files
committed
Fix doc comment
1 parent 079943e commit ba1027e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotty/tools/dotc/core/TypeErasure.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ object TypeErasure {
6666
* Nothing. This is because this type is only useful for type adaptation (see
6767
* [[Erasure.Boxing#adaptToType]]).
6868
*
69-
* @param cls The value class symbol
69+
* @param tycon A TypeRef referring to the value class symbol
7070
* @param erasedUnderlying The erased type of the single field of the value class
7171
*/
7272
abstract case class ErasedValueType(tycon: TypeRef, erasedUnderlying: Type)

0 commit comments

Comments
 (0)