]> gitweb.factorcode.org Git - factor.git/blobdiff - core/sequences/sequences-docs.factor
sequences: docs, forgot a rename
[factor.git] / core / sequences / sequences-docs.factor
index beee253aa31ff32c32aeebd85c0e167e59d59232..3d7767b3eeec7b40efe08651a95c49c7c71ee398 100644 (file)
@@ -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." }