Fix doc typos

This commit is contained in:
Asumu Takikawa 2012-07-06 15:27:24 -04:00
parent 8c66bd786b
commit a1aedaff1e
3 changed files with 3 additions and 3 deletions

View File

@ -771,7 +771,7 @@
}
@defmethod*[#:mode override (((get-editor<%>) interface))]{
Returns @racket[text:delegate].
Returns @racket[text:delegate<%>].
}
@defmethod*[#:mode override (((get-editor%) (is-a?/c text:delegate<%>)))]{

View File

@ -527,7 +527,7 @@ representation. @tech{Unreadable symbols}, which are typically
generated indirectly during expansion and compilation, are saved and
restored consistently through @litchar{#~}.
The dynamic nature @tech{uninterned} symbols and their localization
The dynamic nature of @tech{uninterned} symbols and their localization
within @litchar{#~} can cause problems when @racket[gensym] or
@racket[string->uninterned-symbol] is used to construct an identifier
for a top-level or module binding (depending on how the identifier and

View File

@ -72,7 +72,7 @@ class in a separate module and require that module
(macro (1 2 3))
]
If a syntax classes refers to literal identifiers, or if it computes
If a syntax class refers to literal identifiers, or if it computes
expressions via syntax templates, then the module containing the
syntax class must generally require @racket[for-template] the bindings
referred to in the patterns and templates.