sets: fix help lint
parent
0b52600143
commit
6147460225
|
@ -192,5 +192,5 @@ HELP: cardinality
|
||||||
{ $description "Returns the number of elements in the set. All sets support this operation." } ;
|
{ $description "Returns the number of elements in the set. All sets support this operation." } ;
|
||||||
|
|
||||||
HELP: combine
|
HELP: combine
|
||||||
{ $values { "seq" "a sequence of sets" } { "set" set } }
|
{ $values { "sets" "a sequence of sets" } { "set" set } }
|
||||||
{ $description "Outputs the union of a sequence of sets, or " { $link f } " if the sequence is empty." } ;
|
{ $description "Outputs the union of a sequence of sets, or " { $link f } " if the sequence is empty." } ;
|
||||||
|
|
Loading…
Reference in New Issue