File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -1267,7 +1267,8 @@ is_disjoint_1(_, nil) ->
12671267% % traverse the whole element list of the left operand.
12681268
12691269-doc """
1270- Returns the elements of `Set1` that are not elements in `Set2`.
1270+ Returns a new set containing the elements of `Set1`
1271+ that are not elements in `Set2`.
12711272
12721273## Examples
12731274
Original file line number Diff line number Diff line change @@ -422,7 +422,8 @@ is_disjoint(_, []) ->
422422 true .
423423
424424-doc """
425- Returns the elements of `Ordset1` that are not elements in `Ordset2`.
425+ Returns a new ordered set containing the elements of `Ordset1`
426+ that are not elements in `Ordset2`.
426427
427428## Examples
428429
Original file line number Diff line number Diff line change @@ -697,7 +697,8 @@ is_disjoint_1(Set, Iter) ->
697697 end .
698698
699699-doc """
700- Returns the elements of `Set1` that are not elements in `Set2`.
700+ Returns a new set containing the elements of `Set1`
701+ that are not elements in `Set2`.
701702
702703## Examples
703704
You can’t perform that action at this time.
0 commit comments