From 4e075a1f63c9d47ddd76a0994017a0379edebd82 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Sun, 5 Feb 2012 10:13:09 -0500 Subject: [PATCH] fixed typo, closes PR 12539 --- collects/scribblings/quick/quick.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/quick/quick.scrbl b/collects/scribblings/quick/quick.scrbl index 9b83cff427..8c01510576 100644 --- a/collects/scribblings/quick/quick.scrbl +++ b/collects/scribblings/quick/quick.scrbl @@ -273,8 +273,8 @@ environment of the expression determines the identifier's binding. This rule applies to identifiers in a @racket[lambda] body as well as anywhere else. -For example, in the following @racket[rgb-series] function the uses -of @racket[mk] in each @racket[lambda] form to refer to the argument of +In the following @racket[rgb-series] function, the uses +of @racket[mk] in each @racket[lambda] form refer to the argument of @racket[rgb-series], since that's the binding that is textually in scope: