From dccc76c9b04a21d64ba6a69295fa0d4d00f33145 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 21 Dec 2011 16:30:24 -0700 Subject: [PATCH] slight modernization of the Slideshow tutorial --- collects/slideshow/tutorial-show.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/slideshow/tutorial-show.rkt b/collects/slideshow/tutorial-show.rkt index bb4abc0afe..3199f35696 100644 --- a/collects/slideshow/tutorial-show.rkt +++ b/collects/slideshow/tutorial-show.rkt @@ -431,7 +431,7 @@ (slide #:title "Arbitrary Drawing" (para "The" (code dc) "function provides an escape hatch to the underlying" - "GRacket toolkit") + (code racket/draw) "library") (para "For example," (code (disk 100)) "is the same as") (code (dc (lambda (dc dx dy) @@ -878,4 +878,4 @@ 0.9) (blank) (para "For further information, search for" - (tt "slideshow") "in Help Desk")) + (tt "slideshow") "in the documentation"))