Skip to content

Commit

Permalink
Minor update in doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
abelbraaksma committed Oct 31, 2023
1 parent 2249c64 commit 345958b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Control.TaskSeq/TaskSeq.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module TaskSeqExtensions =
type TaskSeq =

/// <summary>
/// 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.
/// </summary>
///
/// <param name="value">The input item to use as the single item of the task sequence.</param>
Expand Down

0 comments on commit 345958b

Please sign in to comment.