From 1f97344aa96ed6985bb97a2593afe7a7d9a36f7f Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Sun, 26 Jul 2009 19:44:03 +0000 Subject: [PATCH] A few more typos I noticed svn: r15577 --- collects/scribblings/scribble/how-to-paper.scrbl | 6 +++--- 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 index 72657cf66f..5894e27802 100644 --- 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