Skip to content

Commit 377025a

Browse files
committed
Reword Async.toTask/Task.ofAsync summary
1 parent c1ac471 commit 377025a

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
@@ -55,7 +55,7 @@ module Task =
5555
/// Create a task from a value
5656
val inline fromResult: value: 'U -> Task<'U>
5757

58-
/// Starts a running instance of an Async<'T>, represented as a Task<'T>
58+
/// Starts the `Async<'T>` computation, returning the associated `Task<'T>`
5959
val inline ofAsync: async: Async<'T> -> Task<'T>
6060

6161
/// Convert a non-generic Task into a Task<unit>

0 commit comments

Comments
 (0)