Skip to content

Commit c618a10

Browse files
committed
Fix typo in doc
1 parent a65ffeb commit c618a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitbook/option/sequenceAsync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Function Signature:
88
Async<'a> option -> Async<'a option>
99
```
1010

11-
Note that `sequence` is the same as `traverse id`. See also [Option.traverseAsyc](traverseAsync.md).
11+
Note that `sequence` is the same as `traverse id`. See also [Option.traverseAsync](traverseAsync.md).
1212

1313
See also Scott Wlaschin's [Understanding traverse and sequence](https://fsharpforfunandprofit.com/posts/elevated-world-4/).
1414

0 commit comments

Comments
 (0)