From 365a1275ce5b0f75fb945e7bd1412acce2fff77e Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 2 Sep 2010 17:13:05 -0500 Subject: [PATCH] minor changes --- collects/scribblings/drracket/extending.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/drracket/extending.scrbl b/collects/scribblings/drracket/extending.scrbl index 20814a541a..56e2d523d5 100644 --- a/collects/scribblings/drracket/extending.scrbl +++ b/collects/scribblings/drracket/extending.scrbl @@ -65,8 +65,8 @@ the module is provided as a new primitive form or primitive operation to the user, respectively. As an example, the following teachpack provides a lazy cons -implementation. To test it, be sure to save it in a file named -@filepath{lazycons.ss}. +implementation. To test it, save the following in a file and +add the file as a teachpack (or use @racket[require]). @racketmod[ racket