Skip to content

Commit 2e11267

Browse files
committed
examples.xml Amend the case in the class name
php/doc-en@bdc3ab3
1 parent 03e9534 commit 2e11267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/simplexml/examples.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 8ac065774e87c73919ee3508fc957adebe1c4408 Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: bdc3ab31fb7db217fe9418230a11d9d779ee65eb Maintainer: takagi Status: ready -->
44
<!-- CREDITS: shimooka,hirokawa -->
55

66
<chapter xml:id="simplexml.examples" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -472,7 +472,7 @@ echo count($movies->xpath("//movie")) . "\n";
472472
</para>
473473
<para>
474474
<function>libxml_get_errors</function> が返す
475-
<classname>libXMLError</classname> オブジェクトには、エラーについての
475+
<classname>LibXMLError</classname> オブジェクトには、エラーについての
476476
<link linkend="libxmlerror.props.message">message</link> や
477477
<link linkend="libxmlerror.props.line">line</link>、
478478
<link linkend="libxmlerror.props.column">column</link> (場所)

0 commit comments

Comments
 (0)