Skip to content

Commit

Permalink
Get rid absorb mention in Effect module (#1718)
Browse files Browse the repository at this point in the history
Co-authored-by: maksim.khramtsov <maksim.khramtsov@btsdigital.kz>
  • Loading branch information
KhraksMamtsov and maksim.khramtsov authored Nov 29, 2023
1 parent 023b512 commit 3b0768c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/tasty-bottles-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect": patch
---

get rid `absorb` mention
4 changes: 2 additions & 2 deletions docs/modules/Effect.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -2168,7 +2168,7 @@ Added in v2.0.0
Recovers from both recoverable and unrecoverable errors.
See `absorb`, `sandbox`, `mapErrorCause` for other functions that can
See `sandbox`, `mapErrorCause` for other functions that can
recover from defects.
**Signature**
Expand Down Expand Up @@ -3691,7 +3691,7 @@ Returns an effect with its full cause of failure mapped using the specified
function. This can be used to transform errors while preserving the
original structure of `Cause`.
See `absorb`, `sandbox`, `catchAllCause` for other functions for dealing
See `sandbox`, `catchAllCause` for other functions for dealing
with defects.
**Signature**
Expand Down
4 changes: 2 additions & 2 deletions src/Effect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ export const catchAll: {
/**
* Recovers from both recoverable and unrecoverable errors.
*
* See `absorb`, `sandbox`, `mapErrorCause` for other functions that can
* See `sandbox`, `mapErrorCause` for other functions that can
* recover from defects.
*
* @since 2.0.0
Expand Down Expand Up @@ -2199,7 +2199,7 @@ export const mapError: {
* function. This can be used to transform errors while preserving the
* original structure of `Cause`.
*
* See `absorb`, `sandbox`, `catchAllCause` for other functions for dealing
* See `sandbox`, `catchAllCause` for other functions for dealing
* with defects.
*
* @since 2.0.0
Expand Down

0 comments on commit 3b0768c

Please sign in to comment.