Skip to content

Commit fbe2ca9

Browse files
authored
Merge pull request #36775 from eltociear/patch-13
2 parents 1008e83 + ff24832 commit fbe2ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/ASTScope.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ class OpaqueTypeScope final : public GenericTypeScope {
703703
Decl *getDecl() const override { return decl; }
704704
};
705705

706-
/// Since each generic parameter can "see" the preceeding ones,
706+
/// Since each generic parameter can "see" the preceding ones,
707707
/// (e.g. <A, B: A>) -- it's not legal but that's how lookup behaves --
708708
/// Each GenericParamScope scopes just ONE parameter, and we next
709709
/// each one within the previous one.

0 commit comments

Comments
 (0)