Two typos.
This commit is contained in:
parent
0cd6876334
commit
237f64b265
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user