diff --git a/src/FSharp.Control.TaskSeq/Utils.fsi b/src/FSharp.Control.TaskSeq/Utils.fsi index 86d9dd4..ec7badd 100644 --- a/src/FSharp.Control.TaskSeq/Utils.fsi +++ b/src/FSharp.Control.TaskSeq/Utils.fsi @@ -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