Skip to content

Commit

Permalink
Fix documentation error on TrySingle (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceroypenguin authored Dec 23, 2023
1 parent c7e6913 commit 0dde5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SuperLinq.Async/TrySingle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ public static partial class AsyncSuperEnumerable
/// A function that receives the cardinality and, if the
/// sequence has just one element, the value of that element as
/// argument and projects a resulting value of type
/// <param name="cancellationToken">The optional cancellation token to be used for cancelling the sequence at any time.</param>
/// <typeparamref name="TResult"/>.</param>
/// <param name="cancellationToken">The optional cancellation token to be used for cancelling the sequence at any time.</param>
/// <typeparam name="T">
/// The type of the elements of <paramref name="source"/>.</typeparam>
/// <typeparam name="TCardinality">
Expand Down

0 comments on commit 0dde5ec

Please sign in to comment.