Fix a couple of doc typos.

This commit is contained in:
Samuel Bronson 2012-10-06 14:04:10 -04:00 committed by Eli Barzilay
parent a624d8de15
commit 88e6e5bcf6
2 changed files with 2 additions and 2 deletions

View File

@ -812,7 +812,7 @@ Imports @racket[mred^] and exports @racket[setup:plt-installer^]. }
false/c)]{ false/c)]{
Accepts a path to a directory. If it finds either a well-formed 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), preference for the @filepath{info.rkt} file),
it returns an info procedure that accepts either one it returns an info procedure that accepts either one
or two arguments. The first argument to the info procedure is or two arguments. The first argument to the info procedure is

View File

@ -6,7 +6,7 @@
The @racketmodname[scribble/srcdoc] and The @racketmodname[scribble/srcdoc] and
@racketmodname[scribble/extract] libraries support writing @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 contract, similar to using @as-index{JavaDoc}. With this approach, a
single contract specification is used both for the run-time contract single contract specification is used both for the run-time contract
and the documentation of an exported binding. and the documentation of an exported binding.