From 5cee27074655e96afed7328f6f7ef9ee00db0de6 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 29 Jul 2008 07:45:26 +0000 Subject: [PATCH] svn: r10956 --- collects/scribblings/reference/class.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/class.scrbl b/collects/scribblings/reference/class.scrbl index a5bcefae97..6770203cb5 100644 --- a/collects/scribblings/reference/class.scrbl +++ b/collects/scribblings/reference/class.scrbl @@ -1472,7 +1472,7 @@ the @scheme[interface-expr]s, and the @scheme[class-clause]s are as in This forms can only be used at the top level, either within a module or outside. The @scheme[class-id] identifier is bound to the new -class, and @scheme[deserialize-info:]@scheme[class-id] is also +class, and @schemeidfont{deserialize-info:}@scheme[class-id] is also defined; if the definition is within a module, then the latter is provided from the module.