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 290f9a5 commit 4017888Copy full SHA for 4017888
include/swift/AST/Decl.h
@@ -1784,7 +1784,7 @@ class PatternBindingDecl final : public Decl,
1784
/// Is the pattern binding entry for this variable currently being computed?
1785
bool isComputingPatternBindingEntry(const VarDecl *vd) const;
1786
1787
- /// Is this an "async let" declaration.
+ /// Is this an "async let" declaration?
1788
bool isAsyncLet() const;
1789
1790
/// Gets the text of the initializer expression for the pattern entry at the
0 commit comments