From 86b0595795cb06f71255632ca53b18b34ab28999 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Mon, 29 Apr 2013 01:06:17 -0400 Subject: [PATCH] Fix Reference typos --- collects/scribblings/reference/contracts.scrbl | 2 +- collects/scribblings/reference/notation.scrbl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.