Skip to content

Commit d5d661e

Browse files
committed
Fixes doc suggestion
1 parent a5f412d commit d5d661e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Control.TaskSeq/TaskSeq.fsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ type TaskSeq =
10141014
/// <summary>
10151015
/// Applies the given function <paramref name="chooser" /> to each element of the task sequence. Returns
10161016
/// a sequence comprised of the results where the function returns <see cref="ValueSome(x)" />.
1017-
/// If <paramref name="chooser" /> is asynchronous, consider using <see cref="TaskSeq.chooseAsync" />.
1017+
/// If <paramref name="chooser" /> is asynchronous, consider using <see cref="TaskSeq.chooseVAsync" />.
10181018
/// </summary>
10191019
///
10201020
/// <param name="chooser">A function to transform items of type <paramref name="'T" /> into value options of type <paramref name="'U" />.</param>

0 commit comments

Comments
 (0)