commit 2245e36104591d154cceaccdd1e261205bd77b2a
parent ef9f7d4ff3f6e90b7336e23efc828a459834756c
Author: Jay McCarthy <jay@racket-lang.org>
Date: Sun, 26 Jul 2009 19:44:03 +0000
A few more typos I noticed
svn: r15577
original commit: 1f97344aa96ed6985bb97a2593afe7a7d9a36f7f
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/collects/scribblings/scribble/how-to-paper.scrbl b/collects/scribblings/scribble/how-to-paper.scrbl
@@ -252,7 +252,7 @@ The @scheme[centered] operation centers a flow of text:
@sample|{
If a mouse eats all your cookies, put up a sign that says
- @centerline{
+ @centered{
@bold{Cookies Wanted}
@italic{Chocolate chip preferred!}
@@ -264,7 +264,7 @@ which renders as
@result{
If a mouse eats all your cookies, put up a sign that says
- @centerline{
+ @centered{
@bold{Cookies Wanted}
@italic{Chocolate chip preferred!}
@@ -355,7 +355,7 @@ which is equivalent to the Scheme expression
These equivalences explain why Scribble functions are documented in
Scheme notation. If you're reading this in HTML format, you can click
@scheme[italic] above to access its documentation. The documentation
-won't completely make sense, yet, because it will be the end of this
+won't completely make sense, yet, but it will by the end of this
chapter.
What if you want to provide arguments in text mode, but you also want