We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0d9ea commit 4e4bf20Copy full SHA for 4e4bf20
compiler/src/dotty/tools/dotc/transform/PCPCheckAndHeal.scala
@@ -179,7 +179,7 @@ class PCPCheckAndHeal(@constructorOnly ictx: Context) extends TreeMapWithStages(
179
* - If a type reference is used a higher level, then it is inconsistent.
180
* Will attempt to heal before failing.
181
* - If a term reference is used a higher level, then it is inconsistent.
182
- * It can not be healed because the term will not exists in the any future stage.
+ * It cannot be healed because the term will not exist in any future stage.
183
*
184
* If `T` is a reference to a type at the wrong level, try to heal it by replacing it with
185
* a type tag of type `quoted.Type[T]`.
0 commit comments