Skip to content

Commit

Permalink
fix: documentation of multiset_permutations (#141)
Browse files Browse the repository at this point in the history
Co-authored-by: inky <[email protected]>
  • Loading branch information
kunzaatko and inkydragon authored Feb 12, 2024
1 parent 0a923d6 commit a303e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/permutations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function Base.length(c::MultiSetPermutations)
end

"""
multiset_permutations(m, f, t)
multiset_permutations(a, t)
Generate all permutations of size `t` from an array `a` with possibly duplicated elements.
"""
Expand Down

0 comments on commit a303e88

Please sign in to comment.