From 4130c44cf67779ddc7c2fcd1bee701ff6c3fe163 Mon Sep 17 00:00:00 2001 From: Jon Rafkind Date: Tue, 18 Jan 2011 11:24:25 -0700 Subject: [PATCH] note that an error is about to occur. closes pr11576 --- collects/scribblings/reference/define-struct.scrbl | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/scribblings/reference/define-struct.scrbl b/collects/scribblings/reference/define-struct.scrbl index 92500f6829..6ddd59ef6c 100644 --- a/collects/scribblings/reference/define-struct.scrbl +++ b/collects/scribblings/reference/define-struct.scrbl @@ -256,6 +256,7 @@ and the only constraint on the form is that it starts with some (posn-x (make-posn 1 2)) (define-xy-struct posn #:mutable) (set-posn-x! (make-posn 1 2) 0) +(code:comment "this next line will cause an error due to a bad keyword") (define-xy-struct posn #:bad-option) ]}