From: Alexander Ilin Date: Mon, 25 Jul 2022 02:38:01 +0000 (+0200) Subject: grouping-docs: remove a duplicate link X-Git-Tag: 0.99~1073 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=a3984ccd64ea8cf9ecbb6a79e2303035f664e94f;ds=sidebyside grouping-docs: remove a duplicate link --- 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."