diff --git a/gitbook/taskResult/check.md b/gitbook/taskResult/check.md index c0f12b82..222fa2ac 100644 --- a/gitbook/taskResult/check.md +++ b/gitbook/taskResult/check.md @@ -15,13 +15,13 @@ If the task-wrapped result is `Ok x` then the validation function is applied, an ## Examples -### Example 1 - Given the following function that returns true for the id `123` ```fsharp checkEnabled : int -> Task ``` +### Example 1 + ```fsharp TaskResult.ok ( {|