From 6983325abe29708851e0e1a0ba5b95aa6962a94d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 7 Aug 2015 13:46:54 +0200 Subject: [PATCH] =?UTF-8?q?In=20the=20docs=20for=20normal-case-path,=20rep?= =?UTF-8?q?laced=20=E2=80=9Cletter=E2=80=9D=20with=20=E2=80=9Ccharacter?= =?UTF-8?q?=E2=80=9D,=20to=20avoid=20possible=20confusion=20with=20drive?= =?UTF-8?q?=20letters.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/racket-doc/scribblings/reference/paths.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/paths.scrbl b/pkgs/racket-doc/scribblings/reference/paths.scrbl index 6b127c9b60..e28a831fab 100644 --- a/pkgs/racket-doc/scribblings/reference/paths.scrbl +++ b/pkgs/racket-doc/scribblings/reference/paths.scrbl @@ -449,7 +449,7 @@ information on simplifying paths.} @defproc[(normal-case-path [path (or/c path-string? path-for-some-system?)]) path-for-some-system?]{ -Returns @racket[path] with ``normalized'' case letters. For @|AllUnix| +Returns @racket[path] with ``normalized'' case characters. For @|AllUnix| paths, this procedure always returns the input path, because filesystems for these platforms can be case-sensitive. For Windows paths, if @racket[path] does not start with @litchar{\\?\}, the