From: Doug Coleman Date: Sun, 31 Jul 2022 15:37:16 +0000 (-0500) Subject: sequences: docs, forgot a rename X-Git-Tag: 0.99~1276 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=6dedb2c270289fdb2a78948a49a80bc4e73ffcd3 sequences: docs, forgot a rename --- diff --git a/core/sequences/sequences-docs.factor b/core/sequences/sequences-docs.factor index beee253aa3..3d7767b3ee 100644 --- a/core/sequences/sequences-docs.factor +++ b/core/sequences/sequences-docs.factor @@ -1627,7 +1627,7 @@ HELP: sequence-hashcode-step { "newhash" integer } } { $description "An implementation word that computes a running hashcode of a sequence using some bit-twiddling. The resulting hashcode is always a fixnum." } ; -HELP: bound +HELP: index-or-length { $values { "seq" sequence } { "n" integer } { "n'" integer } } { $description "Returns the input sequence and its length or " { $snippet "n" } ", whichever is less." }