Skip to content

Commit b550ca4

Browse files
committed
fix set monoid method docs
1 parent fce0df7 commit b550ca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/fj/Monoid.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ public Unit append(Unit a1, Unit a2) {
10831083
});
10841084

10851085
/**
1086-
* A monoid for sets.
1086+
* A union monoid for sets.
10871087
*
10881088
* @param o An order for set elements.
10891089
* @return A monoid for sets whose elements have the given order.

0 commit comments

Comments
 (0)