Skip to content

Commit 733b41d

Browse files
committed
Cleaning up Optic javadoc
1 parent a1ba4b7 commit 733b41d

File tree

1 file changed

+1
-2
lines changed
  • src/main/java/com/jnape/palatable/lambda/optics

1 file changed

+1
-2
lines changed

src/main/java/com/jnape/palatable/lambda/optics/Optic.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
* Precisely stated, for some {@link Profunctor} <code>P</code> and some {@link Functor} <code>F</code>, and for the
1111
* types <code>S</code> <code>T</code> <code>A</code> <code>B</code>, an
1212
* <code>{@link Optic}&lt;P, F, S, T, A, B&gt;</code> is a polymorphic function
13-
* <code>(P&lt;A, F&lt;B&gt;&gt; -&gt; P&lt;S, F&lt;T&gt;&gt;)</code> (existentially-quantified allowing for
14-
* covariance).
13+
* <code>P&lt;A, F&lt;B&gt;&gt; -&gt; P&lt;S, F&lt;T&gt;&gt;</code>.
1514
*
1615
* @param <P> the {@link Profunctor} bound
1716
* @param <F> the {@link Functor} bound

0 commit comments

Comments
 (0)