]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.cfg: fix $slots table for basic-block.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 9 Nov 2020 16:40:30 +0000 (08:40 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 9 Nov 2020 16:40:30 +0000 (08:40 -0800)
basis/compiler/cfg/cfg-docs.factor

index a9d8c9444f7a365e8076d5f0b1c586690e149946..bd950dd584a85768658d37c5011ae16dac013efd 100644 (file)
@@ -30,7 +30,7 @@ HELP: basic-block
     }
     {
         "height"
-        "Block's height as a " { $link height-state } ". What the heights of the block was at entry and how much they were increased in the block."
+        { "Block's height as a " { $link height-state } ". What the heights of the block was at entry and how much they were increased in the block." }
     }
     {
         "replaces"