Skip to content

Commit 902aac3

Browse files
committed
One more doc fix
1 parent 570efef commit 902aac3

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
@@ -18,7 +18,7 @@ See also Scott Wlaschin's [Understanding traverse and sequence](https://fsharpfo
1818

1919
```fsharp
2020
let a1 : Async<int option> =
21-
Option.sequenceResult (Some (Async.singleton 42))
21+
Option.sequenceAsync (Some (Async.singleton 42))
2222
// async { return Some 42 }
2323
2424
let a2 : Async<int option> =

0 commit comments

Comments
 (0)