From 685c964a3eb557d1366a34e43e15cb62fcf50362 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Mon, 22 Jun 2009 20:38:30 +0000 Subject: [PATCH] Fix documentation error in grammar svn: r15236 --- collects/xml/xml.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/xml/xml.scrbl b/collects/xml/xml.scrbl index 6f31ca1c8f..ffa0f42c1a 100644 --- a/collects/xml/xml.scrbl +++ b/collects/xml/xml.scrbl @@ -374,7 +374,7 @@ A @deftech{plist dictionary} is a value that could be created by an expression matching the following @scheme[_dict-expr] grammar: @schemegrammar*[ -#:literals (list) +#:literals (list quote) [dict-expr (list 'dict assoc-pair ...)] [assoc-pair (list 'assoc-pair string pl-value)] [pl-value string