Fix keyword argument name.

Closes PR 15089.
This commit is contained in:
Vincent St-Amour 2016-01-01 12:46:14 -06:00
parent 4c04d4afce
commit 8c8a76979b

View File

@ -453,7 +453,7 @@ A @racket[_struct-option] always starts with a keyword:
@racket[#:auto] field option. The constructor procedure does not @racket[#:auto] field option. The constructor procedure does not
accept arguments for automatic fields. Automatic fields are accept arguments for automatic fields. Automatic fields are
implicitly mutable (via reflective operations), but mutator implicitly mutable (via reflective operations), but mutator
functions are bound only if @racket[#:mutator] is also specified. functions are bound only if @racket[#:mutable] is also specified.
@defexamples[ @defexamples[
(struct posn (x y [z #:auto]) (struct posn (x y [z #:auto])