]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/image/image-docs.factor
factor: Rename I[ ]I to [I I]. Fix places where we do "string"token without whitespace.
[factor.git] / basis / bootstrap / image / image-docs.factor
index ed937e5cbc3dab0f7c1f64a3a29e417bb6ed3987..aae495aa52fec551356ae2b24b8553076436358a 100644 (file)
@@ -18,7 +18,7 @@ HELP: architecture
 { $var-description "Bootstrap architecture name" } ;
 
 HELP: bootstrap-startup-quot
-{ $var-description "This image's startup quotation or " { $link f } ". "} ;
+{ $var-description "This image's startup quotation or " { $link f } ". " } ;
 
 HELP: define-sub-primitive
 { $values { "quot" quotation } { "word" word } }