]> gitweb.factorcode.org Git - factor.git/commitdiff
models: remove double space in docs
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 3 Feb 2022 18:54:34 +0000 (10:54 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 3 Feb 2022 18:54:34 +0000 (10:54 -0800)
basis/models/models-docs.factor

index 7b1e65ee89f02d54a6781f4d4d33e1d918968d69..7f97e1a5ac9577d217cb1665bd2b5eed68542c85 100644 (file)
@@ -48,7 +48,7 @@ HELP: deactivate-model
 
 HELP: compute-model
 { $values { "model" model } { "value" object } }
-{ $description "Activate and immediately deactivate the model, forcing recomputation of its value, which is returned. If the model is already activated, no dependencies are recalculated.  Useful when using models outside of gadget context or for testing." } ;
+{ $description "Activate and immediately deactivate the model, forcing recomputation of its value, which is returned. If the model is already activated, no dependencies are recalculated. Useful when using models outside of gadget context or for testing." } ;
 
 HELP: model-changed
 { $values { "model" model } { "observer" object } }