Skip to content

Commit d1b3ea2

Browse files
committed
Extensively update documentation, param specs and exception information. Improve most descriptions.
1 parent e2d79cf commit d1b3ea2

File tree

3 files changed

+390
-65
lines changed

3 files changed

+390
-65
lines changed

src/FSharp.Control.TaskSeq/TaskSeq.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module TaskSeq =
2121
}
2222
}
2323

24-
let singleton (source: 'T) = Internal.singleton source
24+
let singleton (value: 'T) = Internal.singleton value
2525

2626
let isEmpty source = Internal.isEmpty source
2727

0 commit comments

Comments
 (0)