Two typos.

This commit is contained in:
Rodolfo Henrique Carvalho 2012-02-09 14:25:01 -02:00 committed by Eli Barzilay
parent 0cd6876334
commit 237f64b265
2 changed files with 3 additions and 3 deletions

View File

@ -169,7 +169,7 @@ Several environment variables can affect DrRacket's behavior:
@item{@indexed-envvar{PLTDRXREFDELAY} : When this environment variable
is set, DrRacket uses an ordinary @racket[delay] (instead of
@racket[delay/idle]) delay the computation of the searching
@racket[delay/idle]) to delay the computation of the searching
indicies. This means that Check Syntax will start more slowly
the first time, but that the startup performance is more
predictable. In addition, when the environment variable is

View File

@ -185,8 +185,8 @@ clicked.
@defmethod[(get-user-thread)
(or/c false/c thread?)]{
This method returns the thread that the users code runs
in. It is returns a different result, each time the user
This method returns the thread that the user's code runs
in. It returns a different result each time the user
runs the program.
It is @racket[#f] before the first time the user click on