Skip to content

Commit 12e4d23

Browse files
committed
Merge pull request functionaljava#17 from xuwei-k/patch-1
fix naturalOrd javadoc
2 parents c127183 + 755b1ba commit 12e4d23

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)