couple of typos

svn: r11338
This commit is contained in:
Eli Barzilay 2008-08-19 17:15:22 +00:00
parent f0e342414b
commit 52830469fe

View File

@ -1193,7 +1193,7 @@ An @deftech{unpackable} is one of the following:
@defmodule[setup/main-collects]
@defproc[(path->main-collects-relative [path (or bytes? path-string?)])
@defproc[(path->main-collects-relative [path (or/c bytes? path-string?)])
(or/c path? (cons/c 'collects (listof bytes?)))]{
Checks whether @scheme[path] has a prefix that matches the prefix to
@ -1210,7 +1210,7 @@ For historical reasons, @scheme[path] can be a byte string, which is
converted to a path using @scheme[bytes->path].}
@defproc[(main-collects-relative->path
[rel (or/c path? path-string?
[rel (or/c bytes? path-string?
(cons/c 'collects
(or/c (listof bytes?) bytes?)))])
path?]{