Two instances of the typo: 'indentifier' instead of 'identifier'.
svn: r15081
This commit is contained in:
parent
e9db334ed0
commit
5e6153628b
|
@ -381,7 +381,7 @@ To link a unit from @scheme[toy-store@-maker], we can use the
|
|||
|
||||
This @scheme[compound-unit] form packs a lot of information into one
|
||||
place. The left-hand-side @scheme[TF] and @scheme[TS] in the
|
||||
@scheme[link] clause are binding indentifiers. The identifier
|
||||
@scheme[link] clause are binding identifiers. The identifier
|
||||
@scheme[TF] is essentially bound to the elements of
|
||||
@scheme[toy-factory^] as implemented by
|
||||
@scheme[store-specific-factory@]. The identifier @scheme[TS] is
|
||||
|
|
|
@ -53,7 +53,7 @@ Generalizes @scheme[kernel-syntax-case*] to work at an arbitrary phase
|
|||
level, as indicated by @scheme[phase-expr].}
|
||||
|
||||
|
||||
@defproc[(kernel-form-identifier-list) (listof indentifier?)]{
|
||||
@defproc[(kernel-form-identifier-list) (listof identifier?)]{
|
||||
|
||||
Returns a list of identifiers that are bound normally,
|
||||
@scheme[for-syntax], and @scheme[for-template] to the primitive PLT
|
||||
|
|
Loading…
Reference in New Issue
Block a user