]> gitweb.factorcode.org Git - factor.git/blobdiff - core/vectors/vectors-docs.factor
docs: replace $description with $class-description for class words
[factor.git] / core / vectors / vectors-docs.factor
index 615a52c6374e12f3039e849e3e695e2c9cf03285..2bab954214d69c20c47a3721283318b264e1d0be 100644 (file)
@@ -28,7 +28,7 @@ $nl
 ABOUT: "vectors"
 
 HELP: vector
-{ $description "The class of resizable vectors. See " { $link "syntax-vectors" } " for syntax and " { $link "vectors" } " for general information." } ;
+{ $class-description "The class of resizable vectors. See " { $link "syntax-vectors" } " for syntax and " { $link "vectors" } " for general information." } ;
 
 HELP: <vector>
 { $values { "n" "a positive integer specifying initial capacity" } { "vector" vector } }