From 6f8e6c5b315234a845f6a364faeaa02e5e84c387 Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Sat, 11 Jun 2016 19:13:15 +0300 Subject: [PATCH] concurrency.messaging-docs: add a missing parenthesis --- basis/concurrency/messaging/messaging-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/concurrency/messaging/messaging-docs.factor b/basis/concurrency/messaging/messaging-docs.factor index 87620a0f75..a50d93d962 100644 --- a/basis/concurrency/messaging/messaging-docs.factor +++ b/basis/concurrency/messaging/messaging-docs.factor @@ -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