[libxml-devel] Typos in rdoc...
Alec Jacobson
alecjacobson at gmail.com
Fri May 1 10:47:08 EDT 2009
In the rdoc for Class LibXML::XML::Reader, in the first example the code reads:
parser = XML::Reader.string("<foo><bar>1</bar><bar>2</bar><bar>3</bar></foo>")
reader.read
Should that instead be:
reader = XML::Reader.string("<foo><bar>1</bar><bar>2</bar><bar>3</bar></foo>")
reader.read
Thanks, also the word "contrast" is spelt "contract" in the rdoc for
Class LibXML::XML::Parser in the first sentence.
-Alec Jacobson
alecjacobson.com
More information about the libxml-devel
mailing list