ext/xml/ruby_xml_dtd.c in libxml-ruby-0.3.6 vs ext/xml/ruby_xml_dtd.c in libxml-ruby-0.3.8
- old
+ new
@@ -20,13 +20,13 @@
//if (!NIL_P(rxd->xmlver)) rb_gc_mark(rxd->xmlver);
}
/*
* call-seq:
- * XML::DTD.new("public system") => dtd
- * XML::DTD.new("public", "system") => dtd
+ * XML::Dtd.new("public system") => dtd
+ * XML::Dtd.new("public", "system") => dtd
*
- * Create a new DTD from the specified public and system
+ * Create a new Dtd from the specified public and system
* identifiers.
*/
VALUE
ruby_xml_dtd_initialize(int argc, VALUE *argv, VALUE class) {
ruby_xml_dtd *rxdtd;