aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/TypeErasure.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-04-03 15:53:45 +0200
committerMartin Odersky <odersky@gmail.com>2016-04-03 15:53:45 +0200
commitba1027edcd577d2680d3d4e7baabde4bcfaaba14 (patch)
tree36466cc38a89f68cb9a5909597c346d150c7e8aa /src/dotty/tools/dotc/core/TypeErasure.scala
parent079943e3cd18faa034aca3b154314e6f7a94a546 (diff)
downloaddotty-ba1027edcd577d2680d3d4e7baabde4bcfaaba14.tar.gz
dotty-ba1027edcd577d2680d3d4e7baabde4bcfaaba14.tar.bz2
dotty-ba1027edcd577d2680d3d4e7baabde4bcfaaba14.zip
Fix doc comment
Diffstat (limited to 'src/dotty/tools/dotc/core/TypeErasure.scala')
-rw-r--r--src/dotty/tools/dotc/core/TypeErasure.scala2
1 files changed, 1 insertions, 1 deletions
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)