]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bit-arrays/bit-arrays-docs.factor
Remove stack effects from HELP: declarations.
[factor.git] / basis / bit-arrays / bit-arrays-docs.factor
index 76b636c3f3908c66cd8d09ac3125a5dee0f056c5..df81771ae0753e84be6f68a613a5dc49367cbe72 100644 (file)
@@ -43,7 +43,7 @@ HELP: ?{
 HELP: bit-array
 { $description "The class of fixed-length bit arrays." } ;
 
-HELP: <bit-array> ( n -- bit-array )
+HELP: <bit-array>
 { $values { "n" "a non-negative integer" } { "bit-array" "a new " { $link bit-array } } }
 { $description "Creates a new bit array with the given length and all elements initially set to " { $link f } "." } ;