]> gitweb.factorcode.org Git - factor.git/commitdiff
sequences: docs, forgot a rename
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 31 Jul 2022 15:37:16 +0000 (10:37 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 31 Jul 2022 18:26:02 +0000 (13:26 -0500)
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." }