Fix typo in find-files doc.

Closes #890.
This commit is contained in:
Leif Andersen 2015-02-24 21:17:22 -05:00 committed by Sam Tobin-Hochstadt
parent 2ccd4b1a95
commit f7db183ab8

View File

@ -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?)]