Fix a couple of doc typos.
This commit is contained in:
parent
a624d8de15
commit
88e6e5bcf6
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user