From 531c42265229b285e6df79491fc11e29a694b4bf Mon Sep 17 00:00:00 2001 From: Alexis King Date: Fri, 20 Apr 2018 12:26:21 -0500 Subject: [PATCH] =?UTF-8?q?reference:=20=E2=80=9Cis=20comprised=20of?= =?UTF-8?q?=E2=80=9D=20=E2=86=92=20=E2=80=9Ccomprises=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/racket-doc/scribblings/reference/syntax-model.scrbl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/syntax-model.scrbl b/pkgs/racket-doc/scribblings/reference/syntax-model.scrbl index 390a10273c..b4fa4dbea1 100644 --- a/pkgs/racket-doc/scribblings/reference/syntax-model.scrbl +++ b/pkgs/racket-doc/scribblings/reference/syntax-model.scrbl @@ -157,10 +157,10 @@ relevant. A @deftech{syntax object} combines a simpler Racket value, such as a symbol or pair, with @tech{lexical information}, source-location information, @tech{syntax properties}, and @tech{tamper -status}. The @deftech{lexical information} of a @tech{syntax object} is comprised of a set of -@tech{scope sets}, one for each @tech{phase level}. In particular, an @tech{identifier} is represented -as a syntax object containing a @tech{symbol}, and its @tech{lexical information} can be combined with -the global table of bindings to determine its @tech{binding} (if any) at each @tech{phase level}. +status}. The @deftech{lexical information} of a @tech{syntax object} comprises a set of @tech{scope +sets}, one for each @tech{phase level}. In particular, an @tech{identifier} is represented as a syntax +object containing a @tech{symbol}, and its @tech{lexical information} can be combined with the global +table of bindings to determine its @tech{binding} (if any) at each @tech{phase level}. For example, a @racketidfont{car} @tech{identifier} might have @tech{lexical information} that designates it as the @racket[car] from