Skip to content

Commit 7bb561c

Browse files
committed
AST: Fix a typo
1 parent 6ea4b5e commit 7bb561c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Decl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4930,7 +4930,7 @@ class VarDecl : public AbstractStorageDecl {
49304930
PointerUnion<PatternBindingDecl *, Stmt *, VarDecl *> Parent;
49314931

49324932
VarDecl(DeclKind kind, bool isStatic, Introducer introducer,
4933-
bool issCaptureList, SourceLoc nameLoc, Identifier name,
4933+
bool isCaptureList, SourceLoc nameLoc, Identifier name,
49344934
DeclContext *dc, StorageIsMutable_t supportsMutation);
49354935

49364936
public:

0 commit comments

Comments
 (0)