Fix Reference typos

This commit is contained in:
Asumu Takikawa 2013-04-29 01:06:17 -04:00
parent 3dbc3060f6
commit 86b0595795
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ failed, and anything else to indicate it passed.}
]
@deftech{Contract combinators} are functions such as @racket[->] and
@racket[listof] that take contarcts and produce other contracts.
@racket[listof] that take contracts and produce other contracts.
Contracts in Racket are subdivided into three different categories:
@;

View File

@ -50,7 +50,7 @@ The document's section or section's subsections are meant to
``inherit'' the module declaration of the enclosing document or
section. Thus, bindings documented in @other-doc['(lib
"scribblings/reference/reference.scrbl")] are available from
@racketmodname[racket] and @racket[base/base] unless otherwise
@racketmodname[racket] and @racket[racket/base] unless otherwise
specified in a section or subsection.