JuliaMath / Combinatorics.jl

A combinatorics library for Julia
http://juliamath.github.io/Combinatorics.jl/dev/
Other
214 stars 58 forks source link

fix: documentation of `multiset_permutations` #141

Closed kunzaatko closed 6 months ago

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ac70c46) 96.97% compared to head (d27455c) 96.89%. Report is 13 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #141 +/- ## ========================================== - Coverage 96.97% 96.89% -0.09% ========================================== Files 7 8 +1 Lines 728 804 +76 ========================================== + Hits 706 779 +73 - Misses 22 25 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

kunzaatko commented 7 months ago

OK, so now the documentation shows the option with two arguments instead of three at the beginning, which is correct, if I understand you correctly?