commit 793a83e339705ee6a027934468b5b593824ab19a
parent 54e7b17c5e8ddee4e2f5d008dfdab59a7af7d5d2
Author: Asumu Takikawa <asumu@ccs.neu.edu>
Date: Tue, 3 Jul 2012 15:54:25 -0400
Fix doc typos
original commit: 9f83ba1c6f450790d99f734779c07a775aefb104
Diffstat:
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/collects/scribblings/scribble/how-to.scrbl b/collects/scribblings/scribble/how-to.scrbl
@@ -374,6 +374,6 @@ Latex output.
When using @racket[local-table-of-contents], it often makes sense to
include introductory text before the call of
@racket[local-table-of-contents]. When the introductory text is less
-important and when when local table of contents is short, putting the
+important and when local table of contents is short, putting the
introductory text after the call of @racket[local-table-of-contents]
may be appropriate.
diff --git a/collects/scribblings/scribble/manual.scrbl b/collects/scribblings/scribble/manual.scrbl
@@ -185,7 +185,7 @@ produces the typeset result
([maybe-escape code:blank
(code:line #:escape escape-id)])]{
-Typesets the @racket[datum] sequence as a table of Racket code inset
+Typesets the @racket[datum] sequence as a table of Racket code
inset via @racket[nested] with the style @racket['code-inset]. The
source locations of the @racket[datum]s determine the generated
layout. For example,
@@ -223,7 +223,7 @@ Like other forms defined via @racket[define-code],
@tech{element transformers}.
An @racket[#:escape] clause specifies an identifier to escape back to
-an expression that produces produces an @racket[element]. But default,
+an expression that produces an @racket[element]. By default,
the escape identifier is @racket[unsyntax]. For example,
@racketblock[
@@ -435,7 +435,7 @@ linked, even if it is not an identifier.}
@defproc[(litchar [str string?] ...) element?]{Typesets @racket[str]s as a
representation of literal text. Use this when you have to talk about
-the individual characters in a stream of text, as as when documenting
+the individual characters in a stream of text, as when documenting
a reader extension.}
@defproc[(racketfont [pre-content pre-content?] ...) element?]{Typesets
@@ -1226,7 +1226,7 @@ Typesets the given combination of a GUI's menu and item name.}
@defproc[(filepath [pre-content pre-content?] ...) element?]{Typesets the
@tech{decode}d @racket[pre-content] as a file name (e.g., in
-typewriter font and in in quotes).}
+typewriter font and in quotes).}
@defproc[(exec [pre-content pre-content?] ...) element?]{Typesets the
@tech{decode}d @racket[pre-content] as a command line (e.g., in
diff --git a/collects/scribblings/scribble/srcdoc.scrbl b/collects/scribblings/scribble/srcdoc.scrbl
@@ -96,7 +96,7 @@ The normal @racket[require]s of the enclosing library are effectively
converted into @racket[for-label] @racket[require]s when generating
documentation, so that identifiers in the @racket[contract]s are
linked to their corresponding documentation. Similarly, any binding
-that is available in the run-time phase of of the enclosing library
+that is available in the run-time phase of the enclosing library
can be referenced in documentation prose using the @racket[racket]
form.}