From d13d240d70f4da8ef616143e354c98b009e7f69b Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 16 Jun 2018 22:49:25 -0700 Subject: [PATCH] Update txexpr.scrbl --- txexpr/scribblings/txexpr.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/txexpr/scribblings/txexpr.scrbl b/txexpr/scribblings/txexpr.scrbl index 876eb0c..ab8ee61 100644 --- a/txexpr/scribblings/txexpr.scrbl +++ b/txexpr/scribblings/txexpr.scrbl @@ -610,9 +610,9 @@ with @racket[(syntax->datum (datum->syntax #f v))]. (stx-txexpr-tag? #'analogous) (stx-txexpr-attrs? '()) (stx-txexpr-attrs? #'()) -(stx-txexpr-attrs? '((id "top") (stlye "color: blue"))) -(stx-txexpr-attrs? #'((id "top") (stlye "color: blue"))) -(stx-txexpr-attrs? `((id "top") (stlye ,#'"color: blue"))) +(stx-txexpr-attrs? '((id "top") (style "color: blue"))) +(stx-txexpr-attrs? #'((id "top") (style "color: blue"))) +(stx-txexpr-attrs? `((id "top") (style ,#'"color: blue"))) ]} @deftogether[[