Skip to content

Commit 6fe5245

Browse files
committed
Fix grammatical error in a new comment
1 parent a000375 commit 6fe5245

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
@@ -5948,7 +5948,7 @@ class AbstractFunctionDecl : public GenericContext, public ValueDecl {
59485948
/// Returns true if the function is an @asyncHandler.
59495949
bool isAsyncHandler() const;
59505950

5951-
/// Returns true if the function if the signature matches the form of an
5951+
/// Returns true if the function signature matches the form of an
59525952
/// @asyncHandler.
59535953
bool canBeAsyncHandler() const;
59545954

0 commit comments

Comments
 (0)