You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/FsToolkit.ErrorHandling/Option.fs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -353,7 +353,7 @@ module Option =
353
353
sequenceTask ((map f) opt)
354
354
355
355
/// <summary>
356
-
/// Converts an <c>Async<Result<'ok,'error>> option</c> to an <c>Async<Result<'ok option,'error>></c><br />
356
+
/// Converts an <c>Task<Result<'ok,'error>> option</c> to an <c>Task<Result<'ok option,'error>></c><br />
357
357
///
358
358
/// Documentation is found here: <see href="https://demystifyfp.gitbook.io/fstoolkit-errorhandling/fstoolkit.errorhandling/option/sequencetaskresult" />
0 commit comments