Minor fix for TR docs for struct

Please merge to v6.0.1

original commit: 4d7703770f3a2c139091893badb0768044fcb956
This commit is contained in:
Asumu Takikawa 2014-04-16 17:47:46 -04:00
parent 98af937641
commit 3b079c5c86

View File

@ -374,7 +374,8 @@ those functions.
[name-spec name (code:line name parent)]
[options #:transparent #:mutable])]{
Defines a @rtech{structure} with the name @racket[name], where the
fields @racket[f] have types @racket[t], similar to the behavior of @|struct-id|.
fields @racket[f] have types @racket[t], similar to the behavior of @|struct-id|
from @racketmodname[racket/base].
When @racket[parent] is present, the
structure is a substructure of @racket[parent]. When
@racket[maybe-type-vars] is present, the structure is polymorphic in the type
@ -383,7 +384,8 @@ there must be at least as many type variables as in the parent type, and the
parent type is instantiated with a prefix of the type variables matching the
amount it needs.
Options provided have the same meaning as for the @racket[struct] form.}
Options provided have the same meaning as for the @|struct-id| form
from @racketmodname[racket/base].}
@defform/subs[