Skip to content

Commit

Permalink
Update check.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PI-Gorbo authored Dec 25, 2024
1 parent 50d6368 commit 3db5aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitbook/taskResult/check.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<bool>
```

### Example 1

```fsharp
TaskResult.ok (
{|
Expand Down

0 comments on commit 3db5aa9

Please sign in to comment.