Skip to content

Commit

Permalink
fixup! Polish documentation for the sets modules
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorng committed Mar 2, 2025
1 parent 3411ee3 commit 48eb513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stdlib/src/ordsets.erl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Returns the number of elements in `Ordset`.
```erlang
> ordsets:size(ordsets:new()).
0
> ordsets:size(ordsets:from_list([1,2,3])).
> ordsets:size(ordsets:from_list([4,5,6])).
3
```
""".
Expand Down

0 comments on commit 48eb513

Please sign in to comment.