From 9eb4f0e278ebbb06b6958c16b6ffae5f64019133 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 29 Jun 2012 06:39:07 -0600 Subject: [PATCH] typo --- collects/scribblings/raco/make.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/raco/make.scrbl b/collects/scribblings/raco/make.scrbl index 4eb2706bdc..6d2890689a 100644 --- a/collects/scribblings/raco/make.scrbl +++ b/collects/scribblings/raco/make.scrbl @@ -339,7 +339,7 @@ A parameter whose value is called for each file that is loaded and @defproc[(file-stamp-in-paths [p path?] [paths (listof path?)]) (or/c (cons/c number? promise?) #f)]{ Returns the file-modification date and @racket[delay]ed hash of - @racket[p]or its bytecode form (i.e., @filepath{.zo} file), whichever + @racket[p] or its bytecode form (i.e., @filepath{.zo} file), whichever exists and is newer, if @racket[p] is an extension of any path in @racket[paths] (i.e., exists in the directory, a subdirectory, etc.). Otherwise, the result is @racket[#f].