Skip to content

Commit ff24832

Browse files
author
Ikko Ashimine
authored
ASTScope: Fix typo in ASTScope.h
preceeding -> preceding
1 parent fd8e349 commit ff24832

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)