Skip to content

Commit a303e88

Browse files
fix: documentation of multiset_permutations (#141)
Co-authored-by: inky <git@wo-class.cn>
1 parent 0a923d6 commit a303e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/permutations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function Base.length(c::MultiSetPermutations)
171171
end
172172

173173
"""
174-
multiset_permutations(m, f, t)
174+
multiset_permutations(a, t)
175175
176176
Generate all permutations of size `t` from an array `a` with possibly duplicated elements.
177177
"""

0 commit comments

Comments
 (0)