Skip to content

Commit ed2d263

Browse files
author
SamLaptop
committed
Merge branch 'feat/RequireAndCheck' of github.com:PI-Gorbo/FsToolkit.ErrorHandling-RequireAndCheck into feat/RequireAndCheck
2 parents 8e4312d + 3db5aa9 commit ed2d263

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gitbook/asyncResult/check.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ If the async-wrapped result is `Ok x` then the validation function is applied, a
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 -> Async<bool>
2321
```
2422

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

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)