From 1f6b31aa3e948eda3da0c0f8d3937947f18ab758 Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Sun, 23 Jul 2017 19:32:26 -0400 Subject: [PATCH] doc: remove unmatched ] --- pkgs/racket-doc/scribblings/reference/define-struct.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/define-struct.scrbl b/pkgs/racket-doc/scribblings/reference/define-struct.scrbl index c7db54ad05..ffb1facbdd 100644 --- a/pkgs/racket-doc/scribblings/reference/define-struct.scrbl +++ b/pkgs/racket-doc/scribblings/reference/define-struct.scrbl @@ -241,7 +241,7 @@ and expressions may also appear in @racket[method-defs]. ] If the @racket[#:omit-define-syntaxes] option is supplied, then -@racket[name-id] (and @racket[id], if @racket[#:extra-name] is specified]) +@racket[name-id] (and @racket[id], if @racket[#:extra-name] is specified) is not bound as a transformer. If the @racket[#:omit-define-values] option is supplied, then none of the usual variables are bound, but @racket[id] is bound. If both are