takagi Sun May 21 00:25:37 2006 UTC
Modified files:
/phpdoc/en/reference/sdo_das_xml reference.xml
Log:
fixed typo.
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/sdo_das_xml/reference.xml?r1=1.17&r2=1.18&diff_format=u
Index: phpdoc/en/reference/sdo_das_xml/reference.xml
diff -u phpdoc/en/reference/sdo_das_xml/reference.xml:1.17
phpdoc/en/reference/sdo_das_xml/reference.xml:1.18
--- phpdoc/en/reference/sdo_das_xml/reference.xml:1.17 Sat May 20 09:13:24 2006
+++ phpdoc/en/reference/sdo_das_xml/reference.xml Sun May 21 00:25:37 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
<!-- Purpose: xml -->
<!-- Membership: pecl -->
<!-- State: experimental -->
@@ -522,7 +522,7 @@
<para>
The two method calls that can be made against the document
- are <function>getRoot|ElementName(</function> and
+ are <function>getRootElementName</function> and
<function>getRootEelementURI</function>.
These return the element name and namespace of the document element,
respectively.