Skip to content

Commit

Permalink
Fix grammatical error in a new comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DougGregor committed Sep 25, 2020
1 parent a000375 commit 6fe5245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/swift/AST/Decl.h
Expand Up @@ -5948,7 +5948,7 @@ class AbstractFunctionDecl : public GenericContext, public ValueDecl {
/// Returns true if the function is an @asyncHandler.
bool isAsyncHandler() const;

/// Returns true if the function if the signature matches the form of an
/// Returns true if the function signature matches the form of an
/// @asyncHandler.
bool canBeAsyncHandler() const;

Expand Down

0 comments on commit 6fe5245

Please sign in to comment.