]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/stacks/local/local-docs.factor
*-docs: replace double spaces with single spaces
[factor.git] / basis / compiler / cfg / stacks / local / local-docs.factor
index d530caa0d05360e689023d3190d3689bc26a018c..a3e7d8919bef0aa71ca2dd8baa9667f8fc0495d1 100644 (file)
@@ -16,7 +16,7 @@ HELP: end-local-analysis
 { $description "Called to end the local analysis of a block. The word fills in the blocks slots " { $slot "replaces" } ", " { $slot "peeks" } " and " { $slot "kills" } " with what the blocks replaces, peeks and kill locations are." } ;
 
 HELP: global-loc>local
-{ $values { "loc" loc } { "height-state" height-state }  { "loc'" loc } }
+{ $values { "loc" loc } { "height-state" height-state } { "loc'" loc } }
 { $description "Translates an absolute stack location to one that is relative to the given height state." }
 { $examples
   { $example