Skip to content

Commit e457160

Browse files
committed
Fix typo in doc
1 parent 98e0404 commit e457160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/unpickleScala2/Scala2Unpickler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ class Scala2Unpickler(bytes: Array[Byte], classRoot: ClassDenotation, moduleClas
691691
}
692692

693693
/** Read type ref, mapping a TypeRef to a package to the package's ThisType
694-
* Packae references should be TermRefs or ThisTypes but it was observed that
694+
* Package references should be TermRefs or ThisTypes but it was observed that
695695
* nsc sometimes pickles them as TypeRefs instead.
696696
*/
697697
private def readPrefix()(implicit ctx: Context): Type = readTypeRef() match {

0 commit comments

Comments
 (0)