Skip to content

Commit

Permalink
Align fromResult summary with .NET FW
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Apr 6, 2024
1 parent ef8121c commit 7236d38
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 @@ -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>`
Expand Down

0 comments on commit 7236d38

Please sign in to comment.