From 264800eb0b0df166461c584f2a9bbe228e080a10 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 4 Dec 2013 10:53:14 -0700 Subject: [PATCH] minor doc repair (sentence starting with non-capitalized name) Merge to v6.0 --- .../racket-doc/scribblings/reference/custom-write.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/custom-write.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/custom-write.scrbl index 5f72fe1380..30bba2b84c 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/custom-write.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/custom-write.scrbl @@ -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?]{