We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65ffeb commit c618a10Copy full SHA for c618a10
gitbook/option/sequenceAsync.md
@@ -8,7 +8,7 @@ Function Signature:
8
Async<'a> option -> Async<'a option>
9
```
10
11
-Note that `sequence` is the same as `traverse id`. See also [Option.traverseAsyc](traverseAsync.md).
+Note that `sequence` is the same as `traverse id`. See also [Option.traverseAsync](traverseAsync.md).
12
13
See also Scott Wlaschin's [Understanding traverse and sequence](https://fsharpforfunandprofit.com/posts/elevated-world-4/).
14
0 commit comments