]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/channels/channels-docs.factor
*-docs: replace double spaces with single spaces
[factor.git] / basis / channels / channels-docs.factor
index 125913ad6efc4a0178a0e2643ad7b40625881c9c..79211eb555918bacc7004e07c6b9dce9a1d8623d 100644 (file)
@@ -26,8 +26,8 @@ HELP: to
 { $see-also <channel> from } ;
 
 HELP: from
-{ $values  { "channel" channel }
-           { "value" object }
+{ $values { "channel" channel }
+          { "value" object }
 }
 { $description "Receives an object from a channel. The operation is synchronous."
 " It will block the calling thread until there is data in the channel."