Skip to content

Commit b4ce4ee

Browse files
committed
Straggler, align Async.toTask with Task.toAsync
1 parent 593db0d commit b4ce4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Control.TaskSeq/Utils.fsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module Async =
9393
/// Convert a non-generic Task into an Async<unit>
9494
val inline ofUnitTask: task: Task -> Async<unit>
9595

96-
/// Starts a running instance of an Async<'T>, represented as a Task<'T>
96+
/// Starts the `Async<'T>` computation, returning the associated `Task<'T>`
9797
val inline toTask: async: Async<'T> -> Task<'T>
9898

9999
/// Convert an Async<'T> into an Async<unit>, ignoring the result

0 commit comments

Comments
 (0)