Skip to content

Commit

Permalink
One more doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tw0po1nt committed Jan 2, 2025
1 parent 570efef commit 902aac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitbook/option/sequenceAsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ See also Scott Wlaschin's [Understanding traverse and sequence](https://fsharpfo

```fsharp
let a1 : Async<int option> =
Option.sequenceResult (Some (Async.singleton 42))
Option.sequenceAsync (Some (Async.singleton 42))
// async { return Some 42 }
let a2 : Async<int option> =
Expand Down

0 comments on commit 902aac3

Please sign in to comment.