Fixing PR13683

This commit is contained in:
Jay McCarthy 2013-04-11 08:18:04 -06:00
parent fd614991e6
commit 5c4952ba03

View File

@ -474,8 +474,9 @@ Write a @tech{plist value} to the given port.}
(equal? my-dict new-dict)
]
The XML generated by @racket[write-plist] in the above example
looks like the following, if re-formatted by:
The XML generated by @racket[write-plist] in the above example looks
like the following, if re-formatted by hand to have newlines and
indentation:
@verbatim[#:indent 2]|{
<?xml version="1.0" encoding="UTF-8"?>