Skip to content

Commit f1d0699

Browse files
committed
clarify that N comes from $of, colomon++
1 parent b1c3386 commit f1d0699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S32-setting-library/Containers.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ C<.comb> on that string with the same parameters. See C<Str::comb>.
579579
multi method combinations ( Int $of )
580580
multi method combinations ( Range $of = 1 .. +self )
581581

582-
Returns all combinations of the list taken N at a time. If the
582+
Returns all combinations of the list taken N at a time (specified by the C<$of> parameter). If the
583583
range option is taken, returns all subset combinations in order of
584584
increasing size. The return value is a list of (presumably immutable)
585585
array values. (Note: When used on actual sets and other iterable

0 commit comments

Comments
 (0)