doc clarification

(cherry picked from commit 8d7c231cd8)
This commit is contained in:
Matthew Flatt 2013-04-09 10:38:39 -06:00 committed by Ryan Culpepper
parent c6f45e275c
commit 3363279b5f

View File

@ -443,7 +443,9 @@ Optionally, enter your directory and create a basic @filepath{info.rkt} file:
The @filepath{info.rkt} file is not necessary if you have no dependencies, but The @filepath{info.rkt} file is not necessary if you have no dependencies, but
you may wish to create it to simplify adding dependencies in the you may wish to create it to simplify adding dependencies in the
future. future. (Note that this @filepath{info.rkt} is for the package, not for
a collection; definitions such as @racket[scribblings] or
@racket[raco-commands] work only in a collection's @filepath{info.rkt}.)
Next, inside the @nonterm{package} directory, create directories for Next, inside the @nonterm{package} directory, create directories for
the collections and modules that your package will provide. For the collections and modules that your package will provide. For