Fix doc example.

This commit is contained in:
Vincent St-Amour 2016-01-01 14:46:15 -06:00
parent 607649c742
commit 91b78dd9d9

View File

@ -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