Fix keyword argument name.
Closes PR 15089.
This commit is contained in:
parent
4c04d4afce
commit
8c8a76979b
|
@ -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])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user