Skip to content

Commit

Permalink
Update RELEASES.md
Browse files Browse the repository at this point in the history
Co-authored-by: jneem <[email protected]>
  • Loading branch information
yannham and jneem committed Jan 9, 2024
1 parent 9cef281 commit 1c08190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Breaking changes
implementation seems more useful for piping operations using the reverse
application operator `|>`, it's inconsistent with all other curried
operators, where `(<operator>)` is always define as `fun x y => x <operator>
y`. To ensure consistency, and because the initial behavior was an overlook
y`. To ensure consistency, and because the initial behavior was an oversight
and not a conscious design decision, we decided to change the definition of
`(.)` to match the other curried operator by flipping its arguments.

Expand Down

0 comments on commit 1c08190

Please sign in to comment.