Skip to content

Commit

Permalink
Fixed documentation of new method
Browse files Browse the repository at this point in the history
  • Loading branch information
lg2de committed Aug 9, 2022
1 parent 71e5477 commit 2992fe6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public AsyncFunctionAssertions(Func<TTask> subject, IExtractExceptions extractor
}

/// <summary>
/// Asserts that the current <typeparamref name="TTask"/> will complete within the specified time.
/// Asserts that the current <typeparamref name="TTask"/> will not complete within the specified time.
/// </summary>
/// <param name="timeSpan">The allowed time span for the operation.</param>
/// <param name="because">
Expand Down

0 comments on commit 2992fe6

Please sign in to comment.