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 1008e83 + ff24832 commit fbe2ca9Copy full SHA for fbe2ca9
include/swift/AST/ASTScope.h
@@ -703,7 +703,7 @@ class OpaqueTypeScope final : public GenericTypeScope {
703
Decl *getDecl() const override { return decl; }
704
};
705
706
-/// Since each generic parameter can "see" the preceeding ones,
+/// Since each generic parameter can "see" the preceding ones,
707
/// (e.g. <A, B: A>) -- it's not legal but that's how lookup behaves --
708
/// Each GenericParamScope scopes just ONE parameter, and we next
709
/// each one within the previous one.
0 commit comments