From 5551e287da2ac54f9d4e416b6de03b1ffc406314 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 19 Mar 2012 14:34:33 -0600 Subject: [PATCH] fix typo --- collects/scribblings/reference/sequences.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/sequences.scrbl b/collects/scribblings/reference/sequences.scrbl index d3ecdfb637..c9b01117ce 100644 --- a/collects/scribblings/reference/sequences.scrbl +++ b/collects/scribblings/reference/sequences.scrbl @@ -255,7 +255,7 @@ in the sequence. @defproc[(in-directory [dir (or/c #f path-string?) #f]) sequence?]{ Return a sequence that produces all of the paths for files, - directories, and links with @racket[dir]. If @racket[dir] is not + directories, and links within @racket[dir]. If @racket[dir] is not @racket[#f], then every produced path starts with @racket[dir] as its prefix. If @racket[dir] is @racket[#f], then paths in and relative to the current directory are produced.}