fix docs for in-directory to specific default argument value
Merge to v5.0
This commit is contained in:
parent
85a7509034
commit
c3f5aed473
|
@ -193,7 +193,7 @@ its value from @scheme[hash] (as opposed to using @scheme[hash] directly
|
||||||
as a sequence to get the key and value as separate values for each
|
as a sequence to get the key and value as separate values for each
|
||||||
element).}
|
element).}
|
||||||
|
|
||||||
@defproc[(in-directory [dir (or/c #f path-string?)]) sequence?]{
|
@defproc[(in-directory [dir (or/c #f path-string?) #f]) sequence?]{
|
||||||
|
|
||||||
Return a sequence that produces all of the paths for files,
|
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 with @racket[dir]. If @racket[dir] is not
|
||||||
|
|
Loading…
Reference in New Issue
Block a user