From 3db5aa9bfb8fee6643c671ab0849c192131f8bf1 Mon Sep 17 00:00:00 2001 From: Gorbo <48545174+PI-Gorbo@users.noreply.github.com> Date: Wed, 25 Dec 2024 20:39:13 +1100 Subject: [PATCH] Update check.md --- gitbook/taskResult/check.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ( {|