concurrency.messaging-docs: add a missing parenthesis

char-rename
Alexander Iljin 2016-06-11 19:13:15 +03:00 committed by John Benediktsson
parent d243e00f54
commit 6f8e6c5b31
1 changed files with 1 additions and 1 deletions

View 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