diff --git a/pkgs/racket-doc/scribblings/guide/define-struct.scrbl b/pkgs/racket-doc/scribblings/guide/define-struct.scrbl index b5481a95fc..c458eee8c3 100644 --- a/pkgs/racket-doc/scribblings/guide/define-struct.scrbl +++ b/pkgs/racket-doc/scribblings/guide/define-struct.scrbl @@ -453,7 +453,7 @@ A @racket[_struct-option] always starts with a keyword: @racket[#:auto] field option. The constructor procedure does not accept arguments for automatic fields. Automatic fields are 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[ (struct posn (x y [z #:auto])