]> gitweb.factorcode.org Git - factor.git/blobdiff - core/byte-arrays/byte-arrays-docs.factor
docs: replace $description with $class-description for class words
[factor.git] / core / byte-arrays / byte-arrays-docs.factor
index eeb0832af8597c3f8fa72896fb608283a5c60563..581699ce889c73bc62b66e5fd8ca82f033ff267c 100644 (file)
@@ -28,7 +28,7 @@ $nl
 ABOUT: "byte-arrays"
 
 HELP: byte-array
-{ $description "The class of byte arrays. See " { $link "syntax-byte-arrays" } " for syntax and " { $link "byte-arrays" } " for general information." } ;
+{ $class-description "The class of byte arrays. See " { $link "syntax-byte-arrays" } " for syntax and " { $link "byte-arrays" } " for general information." } ;
 
 HELP: <byte-array>
 { $values { "n" "a non-negative integer" } { "byte-array" "a new byte array" } }