math.combinatorics: fix help-lint.
parent
5794ab46a0
commit
236dd2cc97
|
@ -104,7 +104,7 @@ HELP: >permutation
|
||||||
{ $examples { $example "USING: math.combinatorics.private prettyprint ;" "{ 0 0 0 0 } >permutation ." "{ 0 1 2 3 }" } } ;
|
{ $examples { $example "USING: math.combinatorics.private prettyprint ;" "{ 0 0 0 0 } >permutation ." "{ 0 1 2 3 }" } } ;
|
||||||
|
|
||||||
HELP: next-permutation
|
HELP: next-permutation
|
||||||
{ $values { "seq" sequence } { "seq" sequence } }
|
{ $values { "seq" sequence } }
|
||||||
{ $description "Rearranges the elements in " { $snippet "seq" } " into the lexicographically next greater permutation of elements." }
|
{ $description "Rearranges the elements in " { $snippet "seq" } " into the lexicographically next greater permutation of elements." }
|
||||||
{ $notes "Performs an in-place modification of " { $snippet "seq" } "." }
|
{ $notes "Performs an in-place modification of " { $snippet "seq" } "." }
|
||||||
{ $examples { $example "USING: math.combinatorics prettyprint ;" "\"ABC\" next-permutation ." "\"ACB\"" } } ;
|
{ $examples { $example "USING: math.combinatorics prettyprint ;" "\"ABC\" next-permutation ." "\"ACB\"" } } ;
|
||||||
|
|
Loading…
Reference in New Issue