diff --git a/Src/FluentAssertions/Specialized/AsyncFunctionAssertions.cs b/Src/FluentAssertions/Specialized/AsyncFunctionAssertions.cs index 60b72dda9c..ba176adf70 100644 --- a/Src/FluentAssertions/Specialized/AsyncFunctionAssertions.cs +++ b/Src/FluentAssertions/Specialized/AsyncFunctionAssertions.cs @@ -69,7 +69,7 @@ public AsyncFunctionAssertions(Func subject, IExtractExceptions extractor } /// - /// Asserts that the current will complete within the specified time. + /// Asserts that the current will not complete within the specified time. /// /// The allowed time span for the operation. ///