From 1b07cb4ff93183dedff23e335cbcc83a0a8626f3 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Wed, 2 Jan 2013 09:51:44 -0500 Subject: [PATCH] fixed a @file-is mistake, race? --- collects/teachpack/2htdp/scribblings/batch-io.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/teachpack/2htdp/scribblings/batch-io.scrbl b/collects/teachpack/2htdp/scribblings/batch-io.scrbl index 564ccd037c..a0b248f717 100644 --- a/collects/teachpack/2htdp/scribblings/batch-io.scrbl +++ b/collects/teachpack/2htdp/scribblings/batch-io.scrbl @@ -150,7 +150,7 @@ There is only one writer function at the moment: ] After evaluating this examples, the file named @racket["output.txt"] looks like this: - @(file-is "output.txt") +cruel world Explain why. } ]