Skip to content

Commit

Permalink
Fix documentation blob
Browse files Browse the repository at this point in the history
  • Loading branch information
abelbraaksma committed Nov 5, 2023
1 parent ffe902e commit bfaf048
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/FSharp.Control.TaskSeq/TaskSeqBuilder.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ module Internal =
val inline raiseNotImpl: unit -> 'a

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

0 comments on commit bfaf048

Please sign in to comment.