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.
1 parent fd8e349 commit ff24832Copy full SHA for ff24832
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