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.
1 parent bd4ee46 commit d9d13c4Copy full SHA for d9d13c4
include/swift/AST/Decl.h
@@ -6086,7 +6086,7 @@ class VarDecl : public AbstractStorageDecl {
6086
bool isAsyncLet() const;
6087
6088
/// Is this var known to be a "local" distributed actor,
6089
- /// if so the implicit throwing ans some isolation checks can be skipped.
+ /// if so the implicit throwing and some isolation checks can be skipped.
6090
bool isKnownToBeLocal() const;
6091
6092
/// Is this a stored property that will _not_ trigger any user-defined code
0 commit comments