Skip to content

Commit 6d121f0

Browse files
committed
Minor update in doc comments
1 parent d955e7f commit 6d121f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Control.TaskSeq/TaskSeq.fsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module TaskSeqExtensions =
1515
type TaskSeq =
1616

1717
/// <summary>
18-
/// Creates a <see cref="taskSeq" /> sequence from <paramref name="source" /> that generates a single element and then ends.
18+
/// Creates a task sequence from <paramref name="value" /> that generates a single element and then ends.
1919
/// </summary>
2020
///
2121
/// <param name="value">The input item to use as the single item of the task sequence.</param>

0 commit comments

Comments
 (0)