Skip to content

Commit 4017888

Browse files
committed
[Concurrency] Fix a comment.
1 parent 290f9a5 commit 4017888

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
@@ -1784,7 +1784,7 @@ class PatternBindingDecl final : public Decl,
17841784
/// Is the pattern binding entry for this variable currently being computed?
17851785
bool isComputingPatternBindingEntry(const VarDecl *vd) const;
17861786

1787-
/// Is this an "async let" declaration.
1787+
/// Is this an "async let" declaration?
17881788
bool isAsyncLet() const;
17891789

17901790
/// Gets the text of the initializer expression for the pattern entry at the

0 commit comments

Comments
 (0)