Skip to content

Commit a0a81e9

Browse files
Update src/FSharp.Control.TaskSeq.Test/TaskSeq.Except.Tests.fs
Co-authored-by: Ruben Bartelink <[email protected]>
1 parent 7111a31 commit a0a81e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Control.TaskSeq.Test/TaskSeq.Except.Tests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module EmptySeq =
5454
let ``TaskSeq-except no side effect in exclude seq if source seq is empty`` variant =
5555
let mutable i = 0
5656

57-
// argument of TaskSeq.exclude is only iterated once we get the first item
57+
// The `exclude` argument of TaskSeq.except is only iterated after the first item
5858
// from the input. With empty input, this is not evaluated
5959
let exclude = taskSeq {
6060
i <- i + 1 // we test that we never get here

0 commit comments

Comments
 (0)