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 .
///