Skip to content

Commit 755b1ba

Browse files
committed
fix naturalOrd javadoc
1 parent c127183 commit 755b1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/fj/Ord.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ public Ordering f(final P3<A, B, C> a, final P3<A, B, C> b) {
615615
}
616616

617617
/**
618-
* An order instance for the <code>long</code> type.
618+
* An order instance for the <code>Natural</code> type.
619619
*/
620620
public static final Ord<Natural> naturalOrd = bigintOrd.comap(Natural.bigIntegerValue);
621621

0 commit comments

Comments
 (0)