From ba1027edcd577d2680d3d4e7baabde4bcfaaba14 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Sun, 3 Apr 2016 15:53:45 +0200 Subject: Fix doc comment --- src/dotty/tools/dotc/core/TypeErasure.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dotty/tools/dotc/core/TypeErasure.scala') diff --git a/src/dotty/tools/dotc/core/TypeErasure.scala b/src/dotty/tools/dotc/core/TypeErasure.scala index 88c8d610e..89077897a 100644 --- a/src/dotty/tools/dotc/core/TypeErasure.scala +++ b/src/dotty/tools/dotc/core/TypeErasure.scala @@ -66,7 +66,7 @@ object TypeErasure { * Nothing. This is because this type is only useful for type adaptation (see * [[Erasure.Boxing#adaptToType]]). * - * @param cls The value class symbol + * @param tycon A TypeRef referring to the value class symbol * @param erasedUnderlying The erased type of the single field of the value class */ abstract case class ErasedValueType(tycon: TypeRef, erasedUnderlying: Type) -- cgit v1.2.3