From bbfded59bf837e3840c77795d63c83f069d0decb Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 16 Dec 2012 10:31:25 -0700 Subject: [PATCH] fix doc typo Closes PR 13362 --- collects/scribblings/reference/windows-paths.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/reference/windows-paths.scrbl b/collects/scribblings/reference/windows-paths.scrbl index 8e3cbc33ec..96f6e72851 100644 --- a/collects/scribblings/reference/windows-paths.scrbl +++ b/collects/scribblings/reference/windows-paths.scrbl @@ -12,7 +12,7 @@ but still relative to the current drive; such paths start with a that start with @litchar{\\?\}. A path that starts with a drive specification is @defterm{complete}. -Roughly, a drive specification is either a Roman letter followed by a +Roughly, a drive specification is either a Latin letter followed by a colon, a UNC path of the form @litchar{\\}@nonterm{machine}@litchar{\}@nonterm{volume}, or a @litchar{\\?\} form followed by something other than @@ -45,7 +45,7 @@ Otherwise, Racket follows standard Windows path conventions, but also conventions to deal with excessive @litchar{\}s in @litchar{\\?\} paths. -In the following, @nonterm{letter} stands for a Roman letter (case +In the following, @nonterm{letter} stands for a Latin letter (case does not matter), @nonterm{machine} stands for any sequence of characters that does not include @litchar{\} or @litchar{/} and is not @litchar{?}, @nonterm{volume} stands for any sequence of