Parametrized => parameterized

This commit is contained in:
Slava Pestov
2022-02-03 13:02:20 -05:00
parent 4b8ba3c1ce
commit aa67c8bf8a
37 changed files with 120 additions and 120 deletions

View File

@@ -5815,7 +5815,7 @@ ConstraintSystem::matchTypes(Type type1, Type type2, ConstraintKind kind,
case TypeKind::Existential:
case TypeKind::ProtocolComposition:
case TypeKind::ParametrizedProtocol:
case TypeKind::ParameterizedProtocol:
switch (kind) {
case ConstraintKind::Equal:
case ConstraintKind::Bind:
@@ -6453,7 +6453,7 @@ ConstraintSystem::simplifyConstructionConstraint(
case TypeKind::SequenceArchetype:
case TypeKind::DynamicSelf:
case TypeKind::ProtocolComposition:
case TypeKind::ParametrizedProtocol:
case TypeKind::ParameterizedProtocol:
case TypeKind::Protocol:
case TypeKind::Existential:
// Break out to handle the actual construction below.