Skip to content

Commit 308a54e

Browse files
authored
Update async.fsi (#15574)
1 parent 723b1dc commit 308a54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Core/async.fsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ namespace Microsoft.FSharp.Control
807807
///
808808
/// printfn "C"
809809
/// </code>
810-
/// Prints "C", then "A" quickly, and then "B" 1 second later
810+
/// Prints "C" and "A" quickly in any order, and then "B" 1 second later
811811
/// </example>
812812
static member Sleep: millisecondsDueTime:int -> Async<unit>
813813

0 commit comments

Comments
 (0)