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"].}