From 974cc561bbafb1b56f3da1a844c696f3c99d6054 Mon Sep 17 00:00:00 2001 From: Jon Rafkind Date: Fri, 11 Sep 2009 17:39:12 +0000 Subject: [PATCH] add #:property to define-struct/contract list of keywords svn: r15975 --- collects/scribblings/reference/contracts.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/contracts.scrbl b/collects/scribblings/reference/contracts.scrbl index 89009af14e..f1c444aee7 100644 --- a/collects/scribblings/reference/contracts.scrbl +++ b/collects/scribblings/reference/contracts.scrbl @@ -796,7 +796,7 @@ accessors, and mutators are protected by contracts. For the definitions of The @scheme[define-struct/contract] form only allows a subset of the @scheme[struct-option] keywords: @scheme[#:mutable], @scheme[#:transparent], -@scheme[#:auto-value], @scheme[#:omit-define-syntaxes], and +@scheme[#:auto-value], @scheme[#:omit-define-syntaxes], @scheme[#:property] and @scheme[#:omit-define-values]. @examples[#:eval (contract-eval)