From 9e9cc81c0b458a8a298bde5aabeea805fd662570 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 25 Aug 2008 15:21:54 +0000 Subject: [PATCH] typo svn: r11417 --- collects/scribblings/guide/io.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/guide/io.scrbl b/collects/scribblings/guide/io.scrbl index c0d324ef28..478d197811 100644 --- a/collects/scribblings/guide/io.scrbl +++ b/collects/scribblings/guide/io.scrbl @@ -390,7 +390,7 @@ If you want to process individual lines of a file, then you can use "Can you hear me, now?"))) ] -If you want to determine whether ``hello'' appears a file, then you +If you want to determine whether ``hello'' appears in a file, then you could search separate lines, but it's even easier to simply apply a regular expression (see @secref["regexp"]) to the stream: