From 4e757e07fca4a1a9668b546bbeb7c884c7616b3f Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Mon, 6 Sep 2010 10:37:56 -0600 Subject: [PATCH] Fixing typo reported by Marius Mateescu --- collects/web-server/scribblings/tutorial/continue.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/web-server/scribblings/tutorial/continue.scrbl b/collects/web-server/scribblings/tutorial/continue.scrbl index 6225cf32af..240ba353f9 100644 --- a/collects/web-server/scribblings/tutorial/continue.scrbl +++ b/collects/web-server/scribblings/tutorial/continue.scrbl @@ -511,7 +511,7 @@ application that needs to accommodate the post's new structure. Once we've changed the data structure of the posts and adjusted our functions to deal with this revised structure, the web application -should be runnable. The user may even may even see some of the fruits +should be runnable. The user may even see some of the fruits of our labor: if the initial @racket[BLOG] has a post with a comment, the user should see those comments now. But obviously, there's something missing: the user doesn't have the user interface to add comments to a