We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a57bd7 + 6e4e285 commit 5ba9a37Copy full SHA for 5ba9a37
lib/Sema/ConstraintSystem.h
@@ -219,7 +219,7 @@ class TypeVariableType::Implementation {
219
if (!ParentOrFixed.is<TypeVariableType *>())
220
return true;
221
222
- // Check whether the representatative is different from our own type
+ // Check whether the representative is different from our own type
223
// variable.
224
return ParentOrFixed.get<TypeVariableType *>() != getTypeVariable();
225
}
0 commit comments