We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60952b8 + b0e5502 commit 71c62c0Copy full SHA for 71c62c0
lib/AST/Type.cpp
@@ -4919,7 +4919,7 @@ TypeBase::getContextSubstitutions(const DeclContext *dc,
4919
continue;
4920
}
4921
4922
- // There are no subtitutions to apply if the type is still unbound,
+ // There are no substitutions to apply if the type is still unbound,
4923
// continue looking into the parent.
4924
if (auto unboundGeneric = baseTy->getAs<UnboundGenericType>()) {
4925
baseTy = unboundGeneric->getParent();
0 commit comments