Skip to content

Commit 7277c05

Browse files
committed
Fix typo
1 parent b85f964 commit 7277c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ object Types {
156156
case _ => false
157157
}
158158

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

0 commit comments

Comments
 (0)