]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/compiler-docs.factor
Docs: stub docs for some compiler-related words
[factor.git] / basis / compiler / compiler-docs.factor
index 76c93a842286d763981d10cc88a25d652dfe72be..c15f54229c9c54d1f2aa96721fb68fcaf75f33f5 100644 (file)
@@ -19,7 +19,7 @@ ARTICLE: "compiler-usage" "Calling the optimizing compiler"
 "More words can be found in " { $link "compilation-units" } "." ;
 
 ARTICLE: "compiler-impl" "Compiler implementation"
-"The " { $vocab-link "compiler" } "vocabulary, in addition to providing the user-visible words of the compiler, implements the main compilation loop."
+"The " { $vocab-link "compiler" } " vocabulary, in addition to providing the user-visible words of the compiler, implements the main compilation loop."
 $nl
 "Once compiled, a word is added to the assoc stored in the " { $link compiled } " variable. When compilation is complete, this assoc is passed to " { $link modify-code-heap } "."
 $nl