Skip to content

Commit

Permalink
Update src/FSharp.Control.TaskSeq.Test/TestUtils.fs
Browse files Browse the repository at this point in the history
  • Loading branch information
abelbraaksma authored Dec 24, 2023
1 parent b33ad37 commit 86dbc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Control.TaskSeq.Test/TestUtils.fs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ type DummyTaskFactory(µsecMin: int64<µs>, µsecMax: int64<µs>) =
/// <summary>
/// Creates dummy tasks with a randomized delay and a mutable state,
/// to ensure we properly test whether processing is done ordered or not.
/// Values <paramref name="minMs" /> and <paramref name="maxMs" /> can be
/// Values <paramref name="msecMin" /> and <paramref name="msecMax" /> can be
/// given in milliseconds.
/// </summary>
/// <param name="minMs">Minimum delay</param>
Expand Down

0 comments on commit 86dbc82

Please sign in to comment.