diff --git a/pkgs/racket-doc/scribblings/reference/struct.scrbl b/pkgs/racket-doc/scribblings/reference/struct.scrbl index c8b5701b01..7ea912959a 100644 --- a/pkgs/racket-doc/scribblings/reference/struct.scrbl +++ b/pkgs/racket-doc/scribblings/reference/struct.scrbl @@ -948,7 +948,8 @@ in the reverse order. #`'#,(struct-field-info-list (syntax-local-value #'bar))) (get-bar-field-names) ] -} + +@history[#:added "7.7.0.10"]} @; ----------------------------------------------------------------------