From 52830469fe1ac8f39a721a921a795252c443a7ae Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 19 Aug 2008 17:15:22 +0000 Subject: [PATCH] couple of typos svn: r11338 --- collects/scribblings/setup-plt/setup-plt.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/setup-plt/setup-plt.scrbl b/collects/scribblings/setup-plt/setup-plt.scrbl index 796651476c..85f5cd506c 100644 --- a/collects/scribblings/setup-plt/setup-plt.scrbl +++ b/collects/scribblings/setup-plt/setup-plt.scrbl @@ -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?]{