We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 290e74d + d9d13c4 commit 8a84f0eCopy full SHA for 8a84f0e
include/swift/AST/Decl.h
@@ -6094,7 +6094,7 @@ class VarDecl : public AbstractStorageDecl {
6094
bool isAsyncLet() const;
6095
6096
/// Is this var known to be a "local" distributed actor,
6097
- /// if so the implicit throwing ans some isolation checks can be skipped.
+ /// if so the implicit throwing and some isolation checks can be skipped.
6098
bool isKnownToBeLocal() const;
6099
6100
/// Is this a stored property that will _not_ trigger any user-defined code
0 commit comments