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