]> gitweb.factorcode.org Git - factor.git/commitdiff
images.viewer-docs: remove some extra spaces
authorAlexander Iljin <ajsoft@yandex.ru>
Mon, 13 Apr 2020 22:15:58 +0000 (00:15 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 14 Apr 2020 17:41:27 +0000 (10:41 -0700)
extra/images/viewer/viewer-docs.factor

index ee1b97c5655dac83f6df2fbe439e4768bf5dd907..53bcf069f08d8318971fcf7730bdf621f7252ccc 100644 (file)
@@ -37,7 +37,7 @@ HELP: set-image
 { $values
     { "gadget" image-gadget } { "object" { $or pathname string image } }
 }
-{ $description "Sets the image of this gadget. This word loads the image from disk if the input is a string or a pathname."
+{ $description "Sets the image of this gadget. This word loads the image from disk if the input is a string or a pathname. "
 "If the input is a model, gadget has to be " { $instance image-control } "." } ;
 
 HELP: image-control
@@ -90,7 +90,7 @@ $nl
 { $notes "The image can be set after the gadget has been grafted. However, for " { $instance image-gadget } ", this can "
 " be done only once. If your image is changing, you should be using " { $instance image-control } " and " { $instance model } "."
 $nl
-" Performance will be greatly reduced if you are using images that have more than 512 pixels on one of their"
+"Performance will be greatly reduced if you are using images that have more than 512 pixels on one of their"
 " axis." }