Skip to content

Commit 86dbc82

Browse files
authored
Update src/FSharp.Control.TaskSeq.Test/TestUtils.fs
1 parent b33ad37 commit 86dbc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Control.TaskSeq.Test/TestUtils.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ type DummyTaskFactory(µsecMin: int64<µs>, µsecMax: int64<µs>) =
103103
/// <summary>
104104
/// Creates dummy tasks with a randomized delay and a mutable state,
105105
/// to ensure we properly test whether processing is done ordered or not.
106-
/// Values <paramref name="minMs" /> and <paramref name="maxMs" /> can be
106+
/// Values <paramref name="msecMin" /> and <paramref name="msecMax" /> can be
107107
/// given in milliseconds.
108108
/// </summary>
109109
/// <param name="minMs">Minimum delay</param>

0 commit comments

Comments
 (0)