Skip to content

Commit 4a01e87

Browse files
committed
Fix documentation blob
1 parent 14d44a4 commit 4a01e87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/FSharp.Control.TaskSeq/TaskSeqBuilder.fsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ module Internal =
2525
val inline raiseNotImpl: unit -> 'a
2626

2727
/// <summary>
28+
/// Represents a <see cref="task sequence" /> and is the output of using the <paramref name="taskSeq{...}" />
29+
/// computation expression from this library. It is an alias for <see cref="T:System.IAsyncEnumerable&lt;_>" />.
2830
/// The type <paramref name="taskSeq&lt;_>" /> is deprecated since version 0.4.0,
2931
/// please use <paramref name="TaskSeq&lt;_>" /> in its stead. See <see cref="T:FSharp.Control.TaskSeq&lt;_>" />.
3032
/// </summary>

0 commit comments

Comments
 (0)