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) ]}