]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/gc-checks/gc-checks-docs.factor
minor cleanup to some docs.
[factor.git] / basis / compiler / cfg / gc-checks / gc-checks-docs.factor
index 71f353c86f9411905a672c6d948dc636590a067d..172d369ea4263c379484cad81e6c5da75519c267 100644 (file)
@@ -32,7 +32,7 @@ HELP: gc-check-offsets
 { $description "A basic block is divided into sections by " { $link ##call } " and " { $link ##phi } " instructions. For every section with at least one allocation, record the offset of its first instruction  in a sequence." } ;
 
 HELP: insert-gc-check?
-{ $values { "bb" basic-block } { "?" "a boolean" } }
+{ $values { "bb" basic-block } { "?" boolean } }
 { $description "Whether to insert a gc check in the block or not." } ;
 
 HELP: insert-gc-checks