mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #7727 from practicalswift/typos-20170223
[gardening] Fix typos
This commit is contained in:
@@ -574,7 +574,7 @@ public:
|
||||
// FIXME: this probably shouldn't exist, the potential archetype modelling of
|
||||
// generic typealiases is fundamentally broken (aka they're not modelled at
|
||||
// all), but some things with them mostly work, so we just maintain that,
|
||||
// despite this causing crashes and weird behaviour.
|
||||
// despite this causing crashes and weird behavior.
|
||||
static ResolvedType forConcreteTypeFromGenericTypeAlias(Type t) {
|
||||
return ResolvedType(t);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user