From 7cb461371a079814a20590d1e6002445436bd9a5 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 26 Jul 2010 09:41:48 -0500 Subject: [PATCH] fix doc typo --- collects/scribblings/reference/collects.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/collects.scrbl b/collects/scribblings/reference/collects.scrbl index 72519926c5..639f6afad1 100644 --- a/collects/scribblings/reference/collects.scrbl +++ b/collects/scribblings/reference/collects.scrbl @@ -135,7 +135,7 @@ collection is not found, the @exnraise[exn:fail:filesystem].} @defproc[(collection-path [collection path-string?] ...+) path?]{ -Like @racket[collection-path-path], but without a specified file name, +Like @racket[collection-file-path], but without a specified file name, so that the first directory indicated by @racket[collection]s is returned. The @racket[collection-file-path] function normally should be used, instead, to support splicing of library-collection trees at