From 91b78dd9d9ecc780d548708585dc915ba9db2dcc Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Fri, 1 Jan 2016 14:46:15 -0600 Subject: [PATCH] Fix doc example. --- .../typed-racket/scribblings/reference/special-forms.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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