aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Constraint.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/core/Constraint.scala')
-rw-r--r--src/dotty/tools/dotc/core/Constraint.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/core/Constraint.scala b/src/dotty/tools/dotc/core/Constraint.scala
index e480d1bfe..e10523753 100644
--- a/src/dotty/tools/dotc/core/Constraint.scala
+++ b/src/dotty/tools/dotc/core/Constraint.scala
@@ -119,7 +119,7 @@ abstract class Constraint extends Showable {
/** Is entry associated with `pt` removable? This is the case if
* all type parameters of the entry are associated with type variables
- * which have its `inst` fields set.
+ * which have their `inst` fields set.
*/
def isRemovable(pt: GenericType): Boolean