From 098a784b88069156457d296be6575379053f2998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Sun, 1 Mar 2020 10:12:10 +0100 Subject: [PATCH] doc: Fix an error ".rkt" suffix is not added for relative path strings. Discussed here: https://groups.google.com/d/msg/racket-users/lxQ-SqZ0QNY/8bqv0YqPDgAJ --- pkgs/racket-doc/scribblings/guide/module-paths.scrbl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/guide/module-paths.scrbl b/pkgs/racket-doc/scribblings/guide/module-paths.scrbl index f456f5675c..a151f24100 100644 --- a/pkgs/racket-doc/scribblings/guide/module-paths.scrbl +++ b/pkgs/racket-doc/scribblings/guide/module-paths.scrbl @@ -31,8 +31,7 @@ A string @tech{module path} is a relative path using Unix-style conventions: @litchar{/} is the path separator, @litchar{..} refers to the parent directory, and @litchar{.} refers to the same directory. The @racket[rel-string] must not start or end with a path -separator. If the path has no suffix, @filepath{.rkt} is added -automatically. +separator. The path is relative to the enclosing file, if any, or it is relative to the current directory. (More precisely, the path is relative to the