From ba534102e8380af31186866f32e8439387d72bea Mon Sep 17 00:00:00 2001 From: Stevie Strickland Date: Sat, 14 Feb 2009 08:11:16 +0000 Subject: [PATCH] Changed the name in the grammar, but not here. svn: r13572 --- collects/scribblings/reference/units.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/units.scrbl b/collects/scribblings/reference/units.scrbl index 27a94acb66..2d3e585712 100644 --- a/collects/scribblings/reference/units.scrbl +++ b/collects/scribblings/reference/units.scrbl @@ -646,7 +646,7 @@ without adding contracts to the imported and exported signatures. The unit value must import a subset of the import signatures and export a superset of the export signatures listed in the unit contract. Any identifier which is not listed for a given signature is left alone. -Variables used in a given @scheme[ctc] expression first refer to other +Variables used in a given @scheme[contract] expression first refer to other variables in the same signature, and then to the context of the @scheme[unit/c] expression.}