Fix Guide typo

Please merge to v6.1.1
This commit is contained in:
Asumu Takikawa 2014-10-21 00:40:33 -04:00
parent c1a27951a3
commit 2bad36a6a1

View File

@ -22,7 +22,7 @@ the sense of using multiple hardware processors. See
@section{Threads}
To execute a procedure concurrrently, use @racket[thread]. The
To execute a procedure concurrently, use @racket[thread]. The
following example creates two new threads from the main thread:
@racketblock[