From f7db183ab8a7da3e00c717137bc44c32c9f386b0 Mon Sep 17 00:00:00 2001 From: Leif Andersen Date: Tue, 24 Feb 2015 21:17:22 -0500 Subject: [PATCH] Fix typo in find-files doc. Closes #890. --- pkgs/racket-doc/scribblings/reference/filesystem.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/filesystem.scrbl b/pkgs/racket-doc/scribblings/reference/filesystem.scrbl index b3a28af8c9..a7c239a57a 100644 --- a/pkgs/racket-doc/scribblings/reference/filesystem.scrbl +++ b/pkgs/racket-doc/scribblings/reference/filesystem.scrbl @@ -994,7 +994,7 @@ If @racket[start-path] does not refer to an existing file or directory, then @racket[predicate] will be called exactly once with @racket[start-path] as the argument. -The @racket[find-files] procedure raises and exception if it encounters +The @racket[find-files] procedure raises an exception if it encounters a directory for which @racket[directory-list] fails.} @defproc[(pathlist-closure [path-list (listof path-string?)]