From 0c3b524de8655967435157f38c20438046d1c843 Mon Sep 17 00:00:00 2001 From: Benjamin Greenman Date: Tue, 28 Jul 2015 13:08:01 -0400 Subject: [PATCH] typo: `prefix` struct field name Change `inspector-desc` to `src-inspector-desc` --- pkgs/racket-doc/scribblings/raco/zo-struct.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/raco/zo-struct.scrbl b/pkgs/racket-doc/scribblings/raco/zo-struct.scrbl index da12c0d6a0..3a6b09c33e 100644 --- a/pkgs/racket-doc/scribblings/raco/zo-struct.scrbl +++ b/pkgs/racket-doc/scribblings/raco/zo-struct.scrbl @@ -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.}