fix typo in the syntax-arm docs (#1447)

This commit is contained in:
Alex Knauth 2016-09-07 14:27:35 -04:00 committed by GitHub
parent 94dbcb12dc
commit 1952bc4ede

View File

@ -129,9 +129,9 @@ inspector that depends on the current dynamic context:
@itemlist[
@item{when applying a syntax transformer is being applied, the
declaration-time code inspector of the module in which a syntax
transformer was bound;}
@item{when a syntax transformer is being applied, the declaration-time
code inspector of the module in which a syntax transformer was
bound;}
@item{when a module is being visited, the module's declaration-time
code inspector;}