diff --git a/collects/scribblings/reference/contracts.scrbl b/collects/scribblings/reference/contracts.scrbl index 50fc754a62..c3a4e5b6e6 100644 --- a/collects/scribblings/reference/contracts.scrbl +++ b/collects/scribblings/reference/contracts.scrbl @@ -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: @; diff --git a/collects/scribblings/reference/notation.scrbl b/collects/scribblings/reference/notation.scrbl index f23a719734..f8a058dc6b 100644 --- a/collects/scribblings/reference/notation.scrbl +++ b/collects/scribblings/reference/notation.scrbl @@ -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.