We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7ffea7 + 5e45942 commit 0f15af5Copy full SHA for 0f15af5
include/swift/AST/ASTScope.h
@@ -1781,7 +1781,7 @@ class GuardStmtScope final : public LabeledConditionalStmtScope {
1781
/// The insertion point of the last statement of an active clause in an #if
1782
/// must be the lookup parent
1783
/// of any following scopes. But the active clause may not be the last clause.
1784
-/// In sort, this is another case where the lookup parent cannot follow the same
+/// In short, this is another case where the lookup parent cannot follow the same
1785
/// nesting as the source order. IfConfigUseScope implements this twist. It
1786
/// follows the IfConfig, wraps all subsequent scopes, and redirects the lookup.
1787
class LookupParentDiversionScope final : public ASTScopeImpl {
0 commit comments