From 000e52d31dfb4ae4054ffc9ad3a5b52d033f06b0 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 7 Apr 2011 10:52:15 -0400 Subject: [PATCH] Minor but potentially confusing typo --- collects/scribblings/reference/threads.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/threads.scrbl b/collects/scribblings/reference/threads.scrbl index f26955c47b..ec91f599be 100644 --- a/collects/scribblings/reference/threads.scrbl +++ b/collects/scribblings/reference/threads.scrbl @@ -229,7 +229,7 @@ each resume of @racket[thd] created a fresh event to be returned by @section[#:tag "threadmbox"]{Thread Mailboxes} Each thread has a @defterm{mailbox} through which it can receive -arbitrary message. In other words, each thread has a built-in +arbitrary messages. In other words, each thread has a built-in asynchronous channel. @margin-note/ref{See also @secref["async-channel"].}