Fix documentation error in grammar
svn: r15236
This commit is contained in:
parent
de07390d84
commit
685c964a3e
|
@ -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:
|
expression matching the following @scheme[_dict-expr] grammar:
|
||||||
|
|
||||||
@schemegrammar*[
|
@schemegrammar*[
|
||||||
#:literals (list)
|
#:literals (list quote)
|
||||||
[dict-expr (list 'dict assoc-pair ...)]
|
[dict-expr (list 'dict assoc-pair ...)]
|
||||||
[assoc-pair (list 'assoc-pair string pl-value)]
|
[assoc-pair (list 'assoc-pair string pl-value)]
|
||||||
[pl-value string
|
[pl-value string
|
||||||
|
|
Loading…
Reference in New Issue
Block a user