diff --git a/collects/scribblings/raco/setup.scrbl b/collects/scribblings/raco/setup.scrbl index 319af6e422..b538def3f0 100644 --- a/collects/scribblings/raco/setup.scrbl +++ b/collects/scribblings/raco/setup.scrbl @@ -812,7 +812,7 @@ Imports @racket[mred^] and exports @racket[setup:plt-installer^]. } false/c)]{ Accepts a path to a directory. If it finds either a well-formed - an @filepath{info.rkt} file or an @filepath{info.rkt} file (with + an @filepath{info.rkt} file or an @filepath{info.ss} file (with preference for the @filepath{info.rkt} file), it returns an info procedure that accepts either one or two arguments. The first argument to the info procedure is diff --git a/collects/scribblings/scribble/srcdoc.scrbl b/collects/scribblings/scribble/srcdoc.scrbl index e983e9bccf..c64cc570ba 100644 --- a/collects/scribblings/scribble/srcdoc.scrbl +++ b/collects/scribblings/scribble/srcdoc.scrbl @@ -6,7 +6,7 @@ The @racketmodname[scribble/srcdoc] and @racketmodname[scribble/extract] libraries support writing -documentation within the documentation code along with an export +documentation within the documented code along with an export contract, similar to using @as-index{JavaDoc}. With this approach, a single contract specification is used both for the run-time contract and the documentation of an exported binding.