- Fix typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@258538 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Felipe Pena 2008-04-26 22:00:09 +00:00
parent 08c0824753
commit 16a748328a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry xml:id="exception.gettrace" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
@ -26,7 +26,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the Exception message as an <type>array</type>
Returns the Exception message as an <type>array</type>.
</para>
</refsect1>
@ -34,7 +34,7 @@
&reftitle.examples;
<para>
<example>
<title><function>Exception::getMessage</function> example</title>
<title><function>Exception::getTrace</function> example</title>
<programlisting role="php">
<![CDATA[
<?php