diff --git a/pkgs/htdp-pkgs/htdp-doc/teachpack/2htdp/scribblings/batch-io.scrbl b/pkgs/htdp-pkgs/htdp-doc/teachpack/2htdp/scribblings/batch-io.scrbl index f25d8d9ab1..63fe3dda6e 100644 --- a/pkgs/htdp-pkgs/htdp-doc/teachpack/2htdp/scribblings/batch-io.scrbl +++ b/pkgs/htdp-pkgs/htdp-doc/teachpack/2htdp/scribblings/batch-io.scrbl @@ -144,7 +144,7 @@ elements. @item{@reading[read-xexpr xexpr?]{an X-expression, including whitespace such as tabs and newlines} Assumption: the file @racket[f] or the selected input device contains an -XML element. +XML element. It assumes the file contains HTML-like text and reads it as XML. @examples[#:eval (examples-batch-io) (read-xexpr "data.xml")