From eba1798c8a4b006b06cfb2e6e817d26678a61528 Mon Sep 17 00:00:00 2001 From: Sorawee Porncharoenwase Date: Sat, 23 May 2020 13:59:21 -0700 Subject: [PATCH] doc: replace taint with dye pack --- pkgs/racket-doc/scribblings/guide/syntax-taints.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/guide/syntax-taints.scrbl b/pkgs/racket-doc/scribblings/guide/syntax-taints.scrbl index 85d83aac81..ab9028275c 100644 --- a/pkgs/racket-doc/scribblings/guide/syntax-taints.scrbl +++ b/pkgs/racket-doc/scribblings/guide/syntax-taints.scrbl @@ -83,7 +83,7 @@ armed. Finally, if any part of a quoted syntax object is armed, then the corresponding part is tainted in the resulting syntax constant. Of course, the macro expander itself must be able to @deftech{disarm} -a taint on a syntax object, so that it can further expand an +a dye pack on a syntax object, so that it can further expand an expression or its sub-expressions. When a syntax object is armed with a dye pack, the dye pack has an associated inspector that can be used to disarm the dye pack. A @racket[(syntax-protect _stx)] function call