Skip to content

Commit

Permalink
Fix version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
velocityzen committed May 8, 2024
1 parent 75cf49f commit 93bc052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AsyncIterableEither.ts
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ export const tapEither: {
* Returns an effect that effectfully "peeks" at the failure of this effect.
*
* @category error handling
* @since 2.15.0
* @since 1.0.0
*/
export const tapError: {
<E1, E2, _>(onLeft: (e: E1) => AsyncIterableEither<E2, _>): <A>(
Expand Down

0 comments on commit 93bc052

Please sign in to comment.