Fix documentation error in grammar

svn: r15236
This commit is contained in:
Jay McCarthy 2009-06-22 20:38:30 +00:00
parent de07390d84
commit 685c964a3e

View File

@ -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