Fix Reference typos
This commit is contained in:
parent
3dbc3060f6
commit
86b0595795
|
@ -69,7 +69,7 @@ failed, and anything else to indicate it passed.}
|
||||||
]
|
]
|
||||||
|
|
||||||
@deftech{Contract combinators} are functions such as @racket[->] and
|
@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:
|
Contracts in Racket are subdivided into three different categories:
|
||||||
@;
|
@;
|
||||||
|
|
|
@ -50,7 +50,7 @@ The document's section or section's subsections are meant to
|
||||||
``inherit'' the module declaration of the enclosing document or
|
``inherit'' the module declaration of the enclosing document or
|
||||||
section. Thus, bindings documented in @other-doc['(lib
|
section. Thus, bindings documented in @other-doc['(lib
|
||||||
"scribblings/reference/reference.scrbl")] are available from
|
"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.
|
specified in a section or subsection.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user