From 72cce4450e2f45c4b3a3c9f2503473bd3ac71f73 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Tue, 2 Aug 2011 20:07:17 -0400 Subject: [PATCH] [Style] parameterize explained --- collects/scribblings/style/constructs.scrbl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/collects/scribblings/style/constructs.scrbl b/collects/scribblings/style/constructs.scrbl index fa54fb81d5..364ef5ea53 100644 --- a/collects/scribblings/style/constructs.scrbl +++ b/collects/scribblings/style/constructs.scrbl @@ -309,3 +309,6 @@ racket (record-message-in-log msg)) ] ] + +As the comparison demonstrates, @racket[parameterize] clearly delimits the +extent of the change, which is an important idea for the reader.