minor doc repair (sentence starting with non-capitalized name)

Merge to v6.0
This commit is contained in:
Matthew Flatt 2013-12-04 10:53:14 -07:00
parent f4b051a1e2
commit 264800eb0b

View File

@ -80,7 +80,7 @@ so that graph and cycle structure can be represented.
@defthing[prop:custom-write struct-type-property?]{
A deprecated @tech{structure type property} (see @secref["structprops"])
that supplies a procedure that corresponds to @racket[gen:custom-write]'s
@racket[write-proc]. @racket[gen:custom-write] should be used instead.
@racket[write-proc]. Use @racket[gen:custom-write], instead.
}
@defproc[(custom-write? [v any/c]) boolean?]{