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