From c6e671581f3b4e7c01b63e0132f0e0e77bd3e0ba Mon Sep 17 00:00:00 2001 From: Stevie Strickland Date: Sun, 21 Feb 2010 00:22:37 +0000 Subject: [PATCH] Want to call this something more generic, as method contracts have specific restrictions, but contracts on fields do not. svn: r18241 --- 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 ca56719a1e..2b0b97299d 100644 --- a/collects/scribblings/reference/class.scrbl +++ b/collects/scribblings/reference/class.scrbl @@ -1486,7 +1486,7 @@ resulting trait is the same as for @scheme[trait-sum], otherwise the (method-id method-contract)] [field-spec field-id - (field-id field-contract)])]{ + (field-id contract-expr)])]{ Produces a contract for a class. There are two major categories of contracts listed in a @scheme[class/c]