diff --git a/src/FSharp.Control.TaskSeq/Utils.fsi b/src/FSharp.Control.TaskSeq/Utils.fsi index ec7badd..fab0cb2 100644 --- a/src/FSharp.Control.TaskSeq/Utils.fsi +++ b/src/FSharp.Control.TaskSeq/Utils.fsi @@ -52,7 +52,7 @@ module ValueTask = module Task = - /// Create a task from a value + /// Creates a Task<'U> that's completed successfully with the specified result. val inline fromResult: value: 'U -> Task<'U> /// Starts the `Async<'T>` computation, returning the associated `Task<'T>`