]> gitweb.factorcode.org Git - factor.git/blobdiff - core/arrays/arrays-docs.factor
docs: replace $description with $class-description for class words
[factor.git] / core / arrays / arrays-docs.factor
index d71649ef6c989d89c869a45a2eb7aca2f71f323f..3c778e0f43735da2840a8e1de475cd0f68b229da 100644 (file)
@@ -43,7 +43,7 @@ $nl
 ABOUT: "arrays"
 
 HELP: array
-{ $description "The class of fixed-length arrays. See " { $link "syntax-arrays" } " for syntax and " { $link "arrays" } " for general information." } ;
+{ $class-description "The class of fixed-length arrays. See " { $link "syntax-arrays" } " for syntax and " { $link "arrays" } " for general information." } ;
 
 HELP: <array>
 { $values { "n" "a non-negative integer" } { "elt" "an initial element" } { "array" "a new array" } }