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
This commit is contained in:
parent
3bb873aea8
commit
098a784b88
|
@ -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
|
conventions: @litchar{/} is the path separator, @litchar{..} refers to
|
||||||
the parent directory, and @litchar{.} refers to the same
|
the parent directory, and @litchar{.} refers to the same
|
||||||
directory. The @racket[rel-string] must not start or end with a path
|
directory. The @racket[rel-string] must not start or end with a path
|
||||||
separator. If the path has no suffix, @filepath{.rkt} is added
|
separator.
|
||||||
automatically.
|
|
||||||
|
|
||||||
The path is relative to the enclosing file, if any, or it is relative
|
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
|
to the current directory. (More precisely, the path is relative to the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user