]> gitweb.factorcode.org Git - factor.git/blobdiff - core/arrays/arrays-docs.factor
core: update some help $value types.
[factor.git] / core / arrays / arrays-docs.factor
index 5cdfcd3a80ff4897054b04f5d2f4ae0265c3ed46..d71649ef6c989d89c869a45a2eb7aca2f71f323f 100644 (file)
@@ -50,7 +50,7 @@ HELP: <array>
 { $description "Creates a new array with the given length and all elements initially set to " { $snippet "elt" } "." } ;
 
 HELP: >array
-{ $values { "seq" "a sequence" } { "array" array } }
+{ $values { "seq" sequence } { "array" array } }
 { $description "Outputs a freshly-allocated array with the same elements as a given sequence." } ;
 
 HELP: 1array