Skip to content

Commit 8a84f0e

Browse files
Merge pull request #70137 from sophiapoirier/VarDecl-isKnownToBeLocal-comment-misspelling
[AST] typo in VarDecl::isKnownToBeLocal comment
2 parents 290e74d + d9d13c4 commit 8a84f0e

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
@@ -6094,7 +6094,7 @@ class VarDecl : public AbstractStorageDecl {
60946094
bool isAsyncLet() const;
60956095

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

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

0 commit comments

Comments
 (0)