diff --git a/typed-racket-doc/typed-racket/scribblings/reference/special-forms.scrbl b/typed-racket-doc/typed-racket/scribblings/reference/special-forms.scrbl index daa91885..d4395af1 100644 --- a/typed-racket-doc/typed-racket/scribblings/reference/special-forms.scrbl +++ b/typed-racket-doc/typed-racket/scribblings/reference/special-forms.scrbl @@ -407,7 +407,7 @@ amount it needs. @ex[ (struct (X Y) 2-tuple ([first : X] [second : Y])) - (struct (X Y Z) 3-tuple 2-tuple ([first : X] [second : Y] [third : Z])) + (struct (X Y Z) 3-tuple 2-tuple ([third : Z])) ] Options provided have the same meaning as for the @|struct-id| form