mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Parametrized => parameterized
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user