From 237f64b265ca8dafedb2fd7577b114872c36a264 Mon Sep 17 00:00:00 2001 From: Rodolfo Henrique Carvalho Date: Thu, 9 Feb 2012 14:25:01 -0200 Subject: [PATCH] Two typos. --- collects/scribblings/drracket/extending.scrbl | 2 +- collects/scribblings/tools/rep.scrbl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/drracket/extending.scrbl b/collects/scribblings/drracket/extending.scrbl index e17fb6369c..59ed5f04c8 100644 --- a/collects/scribblings/drracket/extending.scrbl +++ b/collects/scribblings/drracket/extending.scrbl @@ -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 diff --git a/collects/scribblings/tools/rep.scrbl b/collects/scribblings/tools/rep.scrbl index 7dc4ec306f..cd4b67e28c 100644 --- a/collects/scribblings/tools/rep.scrbl +++ b/collects/scribblings/tools/rep.scrbl @@ -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