From b5fe3916ecd48fb211b6a2da240bf3181f3c9dcc Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 17 Sep 2009 10:20:17 +0000 Subject: [PATCH] fixed a typo svn: r16033 --- collects/scribblings/reference/stx-comp.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/stx-comp.scrbl b/collects/scribblings/reference/stx-comp.scrbl index b6d7f9afbd..0a03fa5c3a 100644 --- a/collects/scribblings/reference/stx-comp.scrbl +++ b/collects/scribblings/reference/stx-comp.scrbl @@ -136,7 +136,7 @@ Returns one of three kinds of values, depending on the binding of ] If @scheme[id-stx] is bound to a @tech{rename-transformer}, the result -from @scheme[identifier] binding is for the identifier in the +from @scheme[identifier-binding] is for the identifier in the transformer, so that @scheme[identifier-binding] is consistent with @scheme[free-identifier=?].}