From 348005047ba0f2fdc992099f0f0c79dd8480c223 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Mon, 17 Sep 2012 09:35:49 -0600 Subject: [PATCH] Fixing PR13117 --- 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 3f38bf8546..b248fb4a63 100644 --- a/collects/web-server/scribblings/tutorial/continue.scrbl +++ b/collects/web-server/scribblings/tutorial/continue.scrbl @@ -834,7 +834,7 @@ At this point, we @emph{can} read and write the blog to disk. So let's do it. First, we'll add to the model a path pointing to where the blog resides on disk: -@defstruct*[blog ([home string?] [posts (listof post?)]) #:mutable] +@defstruct*[blog ([home string?] [posts (listof post?)]) #:mutable #:prefab] Notice that we will need to convert the path into a string. Why didn't we just make the blog structure contain paths? Answer: They can't be used with