From d2b79e71853a123fbe051a16e51e6727e4f8d10a Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Tue, 14 Apr 2020 00:15:58 +0200 Subject: [PATCH] images.viewer-docs: remove some extra spaces --- extra/images/viewer/viewer-docs.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/images/viewer/viewer-docs.factor b/extra/images/viewer/viewer-docs.factor index ee1b97c565..53bcf069f0 100644 --- a/extra/images/viewer/viewer-docs.factor +++ b/extra/images/viewer/viewer-docs.factor @@ -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." }