Skip to content

Commit 3db5aa9

Browse files
authored
Update check.md
1 parent 50d6368 commit 3db5aa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitbook/taskResult/check.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ If the task-wrapped result is `Ok x` then the validation function is applied, an
1515

1616
## Examples
1717

18-
### Example 1
19-
2018
Given the following function that returns true for the id `123`
2119
```fsharp
2220
checkEnabled : int -> Task<bool>
2321
```
2422

23+
### Example 1
24+
2525
```fsharp
2626
TaskResult.ok (
2727
{|

0 commit comments

Comments
 (0)