Changed a heading I'd missed.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164123 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jon Wood 2004-07-23 18:59:56 +00:00
parent 8ea94641f2
commit 4fa2821921

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<sect1 id="language.oop5.final">
<title>Final Keyword</title>
<para>
@ -8,7 +8,7 @@
</para>
<example>
<title>Abstract class example</title>
<title>Final methods example</title>
<programlisting role="php">
<![CDATA[
<?php