Skip to content

Commit 593db0d

Browse files
committed
Align fromResult summary with .NET FW
1 parent 377025a commit 593db0d

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
@@ -52,7 +52,7 @@ module ValueTask =
5252

5353
module Task =
5454

55-
/// Create a task from a value
55+
/// Creates a Task<'U> that's completed successfully with the specified result.
5656
val inline fromResult: value: 'U -> Task<'U>
5757

5858
/// Starts the `Async<'T>` computation, returning the associated `Task<'T>`

0 commit comments

Comments
 (0)