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:
Štěpán Němec 2020-03-01 10:12:10 +01:00 committed by Matthew Flatt
parent 3bb873aea8
commit 098a784b88

View File

@ -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