]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bit-arrays/bit-arrays-docs.factor
docs: replace $description with $class-description for class words
[factor.git] / basis / bit-arrays / bit-arrays-docs.factor
index 304a33d5a83ac4696967c6e1459c280869cb7551..3cf59394b7b25aba64474ebfa72fa92776196c2d 100644 (file)
@@ -40,7 +40,7 @@ HELP: ?{
 { $examples { $code "?{ t f t }" } } ;
 
 HELP: bit-array
-{ $description "The class of fixed-length bit arrays." } ;
+{ $class-description "The class of fixed-length bit arrays." } ;
 
 HELP: <bit-array>
 { $values { "n" "a non-negative integer" } { "bit-array" "a new " { $link bit-array } } }