From fa053a6284c495028cf84c1c707e88d1ccc80927 Mon Sep 17 00:00:00 2001 From: Lee Mighdoll Date: Tue, 26 Mar 2013 09:32:39 -0700 Subject: doc fix for Types.baseClasses to match spec definition of Linearization 5.1.2 --- src/reflect/scala/reflect/internal/Types.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/reflect/scala/reflect/internal/Types.scala b/src/reflect/scala/reflect/internal/Types.scala index d7ff4faa5d..0459b780da 100644 --- a/src/reflect/scala/reflect/internal/Types.scala +++ b/src/reflect/scala/reflect/internal/Types.scala @@ -871,7 +871,7 @@ trait Types def baseTypeSeqDepth: Int = 1 /** The list of all baseclasses of this type (including its own typeSymbol) - * in reverse linearization order, starting with the class itself and ending + * in linearization order, starting with the class itself and ending * in class Any. */ def baseClasses: List[Symbol] = List() -- cgit v1.2.3