From 08f7d20deb27cadde7cc747bd5ed5ac3665e20fb Mon Sep 17 00:00:00 2001 From: John Clements Date: Fri, 15 Feb 2008 18:48:27 +0000 Subject: [PATCH] Capitalize the first word. svn: r8674 original commit: f0ddaaab92426227089f00356062e4a424b12590 --- collects/scribblings/scribble/style.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collects/scribblings/scribble/style.scrbl b/collects/scribblings/scribble/style.scrbl index 388b406e..49d2e031 100644 --- a/collects/scribblings/scribble/style.scrbl +++ b/collects/scribblings/scribble/style.scrbl @@ -10,7 +10,8 @@ In the descriptive body of @scheme[defform], @scheme[defproc], etc., do not start with ``This ...'' Instead, start with a sentence whose -implicit subject is the form or value being described. Thus, the +implicit subject is the form or value being described. Capitalize the first +word. Thus, the description will often start with ``Produces.'' Refer to arguments and sub-forms by name.