]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/codegen/gc-maps/gc-maps-docs.factor
minor cleanup to some docs.
[factor.git] / basis / compiler / codegen / gc-maps / gc-maps-docs.factor
index fca874cd4b0d442670c21b4ae3345d30237abcf3..cba9d7fcbe4ac601b3ec6962519b655a8652cd35 100644 (file)
@@ -59,7 +59,7 @@ HELP: gc-maps
 { $var-description "Variable that holds a sequence of " { $link gc-map } " tuples." } ;
 
 HELP: gc-map-needed?
-{ $values { "gc-map/f" "a " { $link gc-map } " or f" } { "?" "a boolean" } }
+{ $values { "gc-map/f" { $maybe gc-map } } { "?" boolean } }
 { $description "If all slots in the gc-map are empty, then it doesn't need to be emitted." } ;
 
 HELP: serialize-gc-maps