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 570efef commit 902aac3Copy full SHA for 902aac3
gitbook/option/sequenceAsync.md
@@ -18,7 +18,7 @@ See also Scott Wlaschin's [Understanding traverse and sequence](https://fsharpfo
18
19
```fsharp
20
let a1 : Async<int option> =
21
- Option.sequenceResult (Some (Async.singleton 42))
+ Option.sequenceAsync (Some (Async.singleton 42))
22
// async { return Some 42 }
23
24
let a2 : Async<int option> =
0 commit comments