Skip to content

Commit 311a654

Browse files
smarterodersky
authored andcommitted
Fix typo
1 parent 238751f commit 311a654

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
@@ -1935,7 +1935,7 @@ object SymDenotations {
19351935
*/
19361936
trait TypeParamsCompleter extends LazyType {
19371937
override def completerTypeParams(sym: Symbol)(implicit ctx: Context): List[TypeSymbol] =
1938-
unsupported("completerTypeParams") // should be abstract, but Scala-2 will then comppute wrong type for it
1938+
unsupported("completerTypeParams") // should be abstract, but Scala-2 will then compute the wrong type for it
19391939
}
19401940

19411941
val NoSymbolFn = (ctx: Context) => NoSymbol

0 commit comments

Comments
 (0)