Skip to content

Commit 08cc0f2

Browse files
committed
Ritual sacrifice to the javadoc gods
1 parent efefe5a commit 08cc0f2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
1111
- ***Breaking Change***: `Fn0#apply()` is now the required method to implement in the functional interface
1212
- ***Breaking Change***: `GTBy`, `GT`, `LTBy`, `LT`, `GTEBy`, `GTE`, `LTEBy`, and `LTE` take the right-hand side first for more intuitive partial application
1313
- ***Breaking Change***: `Effect` now returns an `IO`
14-
- ***Breaking Change***: `Alter` now returns an `IO`
1514
- `RightAny` overload returns `Monoid`
1615
- monoids now all fold with respect to `foldMap`
1716
- monoid folding now implicitly starts with the identity, regardless of iterable population

src/main/java/com/jnape/palatable/lambda/functor/Strong.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/**
88
* "Strong" {@link Profunctor profunctors} are profunctors that can be "strengthened" to preserve the pairing of an
9-
* arbitrary type under <code>dimap</code> (<code>p a b -> p (c, a) (c, b)</code> for any type <code>c</code>).
9+
* arbitrary type under <code>dimap</code> (<code>p a b -&gt; p (c, a) (c, b)</code> for any type <code>c</code>).
1010
*
1111
* @param <A> the type of the left parameter
1212
* @param <B> the type of the left parameter

0 commit comments

Comments
 (0)