xml: fix typo in docs

db4
Keita Haga 2011-01-14 22:11:08 +09:00
parent ac67370e15
commit 60481f7871
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ HELP: string>xml
HELP: read-xml
{ $values { "stream" "an input stream" } { "xml" xml } }
{ $description "Exausts the given stream, reading an XML document from it. A binary stream, one without encoding, should be used as input, and the encoding is automatically detected." } ;
{ $description "Exhausts the given stream, reading an XML document from it. A binary stream, one without encoding, should be used as input, and the encoding is automatically detected." } ;
HELP: file>xml
{ $values { "filename" string } { "xml" xml } }