Skip to content

Commit

Permalink
Reword Async.toTask/Task.ofAsync summary
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Apr 6, 2024
1 parent b88153a commit ef8121c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Control.TaskSeq/Utils.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module Task =
/// Create a task from a value
val inline fromResult: value: 'U -> Task<'U>

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

/// Convert a non-generic Task into a Task<unit>
Expand Down

0 comments on commit ef8121c

Please sign in to comment.