typo: prefix struct field name

Change `inspector-desc` to `src-inspector-desc`
This commit is contained in:
Benjamin Greenman 2015-07-28 13:08:01 -04:00 committed by Matthew Flatt
parent 3a3d17dbb5
commit 0c3b524de8

View File

@ -51,7 +51,7 @@ structures that are produced by @racket[zo-parse] and consumed by
[toplevels (listof (or/c #f symbol? global-bucket?
module-variable?))]
[stxs (listof (or stx? #f))]
[inspector-desc symbol?])]{
[src-inspector-desc symbol?])]{
Represents a ``prefix'' that is pushed onto the stack to initiate
evaluation. The prefix is an array, where buckets holding the
values for @racket[toplevels] are first, then the buckets for the
@ -79,7 +79,7 @@ structures that are produced by @racket[zo-parse] and consumed by
syntax object that was optimized away at the last minute. The slot
must not be referenced vt a @racket[topsyntax] form.
The @racket[inspector-desc] field provides an inspector name that
The @racket[src-inspector-desc] field provides an inspector name that
is used within syntax-object bindings. At run time, the prefix gets
an inspector, and bindings that reference the same inspector name are
granted access capabilities through that inspector.}