Skip to content

Commit 8fd1b06

Browse files
committed
Typo in doc comment
1 parent 287060e commit 8fd1b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FsToolkit.ErrorHandling/Option.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ module Option =
353353
sequenceTask ((map f) opt)
354354

355355
/// <summary>
356-
/// Converts an <c>Async&lt;Result&lt;'ok,'error&gt;&gt; option</c> to an <c>Async&lt;Result&lt;'ok option,'error&gt;&gt;</c><br />
356+
/// Converts an <c>Task&lt;Result&lt;'ok,'error&gt;&gt; option</c> to an <c>Task&lt;Result&lt;'ok option,'error&gt;&gt;</c><br />
357357
///
358358
/// Documentation is found here: <see href="https://demystifyfp.gitbook.io/fstoolkit-errorhandling/fstoolkit.errorhandling/option/sequencetaskresult" />
359359
/// </summary>

0 commit comments

Comments
 (0)