From 1952bc4ede71efd9ca91db39fa6c5f507254c755 Mon Sep 17 00:00:00 2001 From: Alex Knauth Date: Wed, 7 Sep 2016 14:27:35 -0400 Subject: [PATCH] fix typo in the syntax-arm docs (#1447) --- pkgs/racket-doc/scribblings/reference/stx-taints.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/stx-taints.scrbl b/pkgs/racket-doc/scribblings/reference/stx-taints.scrbl index 76598c702b..5fb3e39d7c 100644 --- a/pkgs/racket-doc/scribblings/reference/stx-taints.scrbl +++ b/pkgs/racket-doc/scribblings/reference/stx-taints.scrbl @@ -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;}