Skip to content

Commit bd55b74

Browse files
committed
Fix typo
1 parent db552da commit bd55b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/Types.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ object Types {
159159
case _ => false
160160
}
161161

162-
/** Does this type denote a realizable stable reference? Much more expensive to checl
162+
/** Does this type denote a realizable stable reference? Much more expensive to check
163163
* than isStable, that's why some of the checks are done later in PostTyper.
164164
*/
165165
final def isRealizable(implicit ctx: Context): Boolean =

0 commit comments

Comments
 (0)