From 5df617e4d444907945c5eb52487bc4243c84b24c Mon Sep 17 00:00:00 2001 From: Stevie Strickland Date: Sat, 20 Feb 2010 23:45:55 +0000 Subject: [PATCH] Forgot to add this to the literals list. svn: r18239 --- 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 194b157b25..f985f08d64 100644 --- a/collects/scribblings/reference/class.scrbl +++ b/collects/scribblings/reference/class.scrbl @@ -1467,7 +1467,7 @@ resulting trait is the same as for @scheme[trait-sum], otherwise the @section{Object and Class Contracts} @defform/subs[ -#:literals (field inherit-field super inner override augment) +#:literals (field inherit inherit-field super inner override augment) (class/c member-spec ...)