fixed yet another example title mistake.

This commit is contained in:
Yoshinari Takaoka 2021-10-29 22:00:10 +09:00
parent 074f0fbf95
commit 6e6aa01003
No known key found for this signature in database
GPG key ID: 66AFA0246DF21547
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@
&reftitle.examples;
<para>
<example>
<title><methodname>ReflectionEnum::getCase</methodname> example</title>
<title><methodname>ReflectionEnum::getCases</methodname> example</title>
<programlisting role="php">
<![CDATA[
<?php

View file

@ -34,7 +34,7 @@
&reftitle.examples;
<para>
<example>
<title><methodname>ReflectionEnum::getCase</methodname> example</title>
<title><methodname>ReflectionEnum::isBacked</methodname> example</title>
<programlisting role="php">
<![CDATA[
<?php

View file

@ -32,7 +32,7 @@
&reftitle.examples;
<para>
<example>
<title><methodname>ReflectionEnum::getBackingType</methodname> example</title>
<title><methodname>ReflectionEnum::getBackingValue</methodname> example</title>
<programlisting role="php">
<![CDATA[
<?php