diff --git a/collects/typed-racket/scribblings/reference/special-forms.scrbl b/collects/typed-racket/scribblings/reference/special-forms.scrbl index dbceabe3..aab139ce 100644 --- a/collects/typed-racket/scribblings/reference/special-forms.scrbl +++ b/collects/typed-racket/scribblings/reference/special-forms.scrbl @@ -394,7 +394,7 @@ Racket. (module TYPED typed/racket (require/typed 'UNTYPED [n Natural] - [struct IntTree + [#:struct IntTree ([elem : Integer] [left : IntTree] [right : IntTree])]))]