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 a000375 commit 6fe5245Copy full SHA for 6fe5245
include/swift/AST/Decl.h
@@ -5948,7 +5948,7 @@ class AbstractFunctionDecl : public GenericContext, public ValueDecl {
5948
/// Returns true if the function is an @asyncHandler.
5949
bool isAsyncHandler() const;
5950
5951
- /// Returns true if the function if the signature matches the form of an
+ /// Returns true if the function signature matches the form of an
5952
/// @asyncHandler.
5953
bool canBeAsyncHandler() const;
5954
0 commit comments