]> gitweb.factorcode.org Git - factor.git/commitdiff
concurrency.messaging-docs: add a missing parenthesis
authorAlexander Iljin <ajsoft@yandex.ru>
Sat, 11 Jun 2016 16:13:15 +0000 (19:13 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 22 Jun 2016 18:27:26 +0000 (11:27 -0700)
basis/concurrency/messaging/messaging-docs.factor

index 87620a0f7516b606a8ea4747d435439aba30265b..a50d93d962df4beb673637c86874a21b2bae6355 100644 (file)
@@ -14,7 +14,7 @@ HELP: send
 HELP: receive
 { $values { "message" object }
 }
-{ $description "Return a message from the current threads mailbox. If the box is empty, suspend the thread until another thread places an item in the mailbox (usually via the " { $link send } " word." }
+{ $description "Return a message from the current threads mailbox. If the box is empty, suspend the thread until another thread places an item in the mailbox (usually via the " { $link send } " word)." }
 { $see-also send receive-if } ;
 
 HELP: receive-if