From 2992fe6e89e502e5e4699f5bb9a33626f274f1f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Gr=C3=BCtzmacher?= Date: Mon, 8 Aug 2022 22:46:44 +0200 Subject: [PATCH] Fixed documentation of new method --- Src/FluentAssertions/Specialized/AsyncFunctionAssertions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ///