From 7bfe2eadab90458b7414fd3c5e7afa8d4c1be254 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 6 Feb 2015 06:43:17 +0100 Subject: [PATCH] fix docs for `struct` in `define-signature` Unofrtunately, `struct` in a signature corresponds to `define-struct`. --- pkgs/racket-doc/scribblings/reference/units.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/units.scrbl b/pkgs/racket-doc/scribblings/reference/units.scrbl index 878d520549..327f3bb156 100644 --- a/pkgs/racket-doc/scribblings/reference/units.scrbl +++ b/pkgs/racket-doc/scribblings/reference/units.scrbl @@ -222,7 +222,7 @@ of bindings for import or export: specified by @racket[sig-spec].} @item{Each @racket[(struct id (field ...) struct-option ...)] adds - all of the identifiers that would be bound by @racket[(struct id + all of the identifiers that would be bound by @racket[(define-struct id (field ...) field-option ...)], where the extra option @racket[#:omit-constructor] omits the constructor identifier.}