doc update for info.rkt files
specifically, mention that info.rkt files do not provoke package conflicts
This commit is contained in:
parent
608e6cc2a2
commit
473a3f5573
|
@ -367,7 +367,8 @@ of the base Racket implementation. For example, any package that
|
||||||
contains @filepath{racket/list.rkt} is in conflict with Racket.
|
contains @filepath{racket/list.rkt} is in conflict with Racket.
|
||||||
|
|
||||||
For the purposes of conflicts, a module is a file that ends in
|
For the purposes of conflicts, a module is a file that ends in
|
||||||
@filepath{.rkt}, @filepath{.ss}, or @filepath{.scrbl}.
|
@filepath{.rkt}, @filepath{.ss}, or @filepath{.scrbl}, with the
|
||||||
|
exception of files named @filepath{info.rkt}.
|
||||||
|
|
||||||
@subsection[#:tag "concept:updates"]{Package Updates}
|
@subsection[#:tag "concept:updates"]{Package Updates}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user