X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fgrouping%2Fgrouping-docs.factor;h=4dedba2032b8be2d32dff868c1d42b59825e8ed1;hp=4144f4c2548ea99787fc42022de760124cb07992;hb=a3984ccd64ea8cf9ecbb6a79e2303035f664e94f;hpb=f3ee5c59792cef8f16021e30c6fcddf79939e55d diff --git a/basis/grouping/grouping-docs.factor b/basis/grouping/grouping-docs.factor index 4144f4c254..4dedba2032 100644 --- a/basis/grouping/grouping-docs.factor +++ b/basis/grouping/grouping-docs.factor @@ -103,7 +103,7 @@ HELP: HELP: clumps { $class-description "Instances are virtual sequences whose elements are overlapping fixed-length subsequences of an underlying sequence. Clumps are mutable and resizable if the underlying sequence is mutable and resizable, respectively." $nl -"New clumps are created by calling " { $link } " and " { $link } "." } ; +"New clumps are created by calling " { $link } "." } ; HELP: circular-clumps { $class-description "Instances are virtual sequences whose elements are overlapping fixed-length subsequences of an underlying sequence, beginning with every element in the original sequence and wrapping around its end. Circular clumps are mutable and resizable if the underlying sequence is mutable and resizable, respectively."