Skip to content

Commit d9d13c4

Browse files
committed
[AST] typo in VarDecl::isKnownToBeLocal comment
1 parent bd4ee46 commit d9d13c4

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
@@ -6086,7 +6086,7 @@ class VarDecl : public AbstractStorageDecl {
60866086
bool isAsyncLet() const;
60876087

60886088
/// Is this var known to be a "local" distributed actor,
6089-
/// if so the implicit throwing ans some isolation checks can be skipped.
6089+
/// if so the implicit throwing and some isolation checks can be skipped.
60906090
bool isKnownToBeLocal() const;
60916091

60926092
/// Is this a stored property that will _not_ trigger any user-defined code

0 commit comments

Comments
 (0)