Skip to content

Commit

Permalink
Changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
RareBodhi committed May 1, 2024
1 parent 32820e4 commit 8bdb6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/effect/src/Chunk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@ export const reduceRight: {
* Creates a `Chunk` of values not included in the other given `Chunk` using the provided `isEquivalent` function.
* The order and references of result values are determined by the first `Chunk`.
*
* @since 2.0.0
* @since 3.2.0
*/
export const differenceWith = <A>(isEquivalent: (self: A, that: A) => boolean): {
(that: Chunk<A>): (self: Chunk<A>) => Chunk<A>
Expand Down

0 comments on commit 8bdb6f6

Please sign in to comment.