Fix doc typos
This commit is contained in:
parent
8c66bd786b
commit
a1aedaff1e
|
@ -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<%>)))]{
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user