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].