We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d955e7f commit 6d121f0Copy full SHA for 6d121f0
src/FSharp.Control.TaskSeq/TaskSeq.fsi
@@ -15,7 +15,7 @@ module TaskSeqExtensions =
15
type TaskSeq =
16
17
/// <summary>
18
- /// Creates a <see cref="taskSeq" /> sequence from <paramref name="source" /> that generates a single element and then ends.
+ /// Creates a task sequence from <paramref name="value" /> that generates a single element and then ends.
19
/// </summary>
20
///
21
/// <param name="value">The input item to use as the single item of the task sequence.</param>
0 commit comments