From 0dde5ece6363f4be063363182b2ce6a3ab92d969 Mon Sep 17 00:00:00 2001 From: Stuart Turner Date: Fri, 22 Dec 2023 19:33:14 -0600 Subject: [PATCH] Fix documentation error on `TrySingle` (#602) --- Source/SuperLinq.Async/TrySingle.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/SuperLinq.Async/TrySingle.cs b/Source/SuperLinq.Async/TrySingle.cs index 0e53ace6..1b28a9f4 100644 --- a/Source/SuperLinq.Async/TrySingle.cs +++ b/Source/SuperLinq.Async/TrySingle.cs @@ -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 - /// The optional cancellation token to be used for cancelling the sequence at any time. /// . + /// The optional cancellation token to be used for cancelling the sequence at any time. /// /// The type of the elements of . ///