Skip to content

Commit bdc3ab3

Browse files
authored
examples.xml Amend the case in the class name (php#4794)
1 parent 7c4b5fb commit bdc3ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/simplexml/examples.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ echo count($movies->xpath("//movie")) . "\n";
466466
iterate over the errors.
467467
</para>
468468
<para>
469-
The <classname>libXMLError</classname> object, returned by
469+
The <classname>LibXMLError</classname> object, returned by
470470
<function>libxml_get_errors</function>, contains several properties
471471
including the <link linkend="libxmlerror.props.message">message</link>,
472472
<link linkend="libxmlerror.props.line">line</link> and

0 commit comments

Comments
 (0)