Skip to content

Commit

Permalink
Using <classname> and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardolara authored Dec 11, 2024
1 parent b64af46 commit 8c86b32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reference/yaf/yaf_route_regex/construct.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<refsect1 role="examples">
&reftitle.examples;
<example>
<title>Yaf_Route_Regex example</title>
<title><classname>Yaf_Route_Regex</classname> example</title>
<programlisting role="php">
<![CDATA[
<?php
Expand All @@ -116,7 +116,7 @@
</programlisting>
</example>
<example>
<title>Yaf_Route_Regex (as of 2.3.0) example</title>
<title><classname>Yaf_Route_Regex</classname> (as of 2.3.0) example</title>
<programlisting role="php">
<![CDATA[
<?php
Expand All @@ -140,7 +140,7 @@
</programlisting>
</example>
<example>
<title>Yaf_Route_Regex and named capture ground (as of 2.3.0) example</title>
<title><classname>Yaf_Route_Regex</classname> and named capture group (as of 2.3.0) example</title>
<programlisting role="php">
<![CDATA[
<?php
Expand All @@ -164,7 +164,7 @@
</programlisting>
</example>
<example>
<title>Yaf_Route_Regex example</title>
<title><classname>Yaf_Route_Regex</classname> example</title>
<programlisting role="php">
<![CDATA[
<?php
Expand Down

0 comments on commit 8c86b32

Please sign in to comment.