goba Fri Jan 26 10:05:09 2001 EDT
Modified files:
/phpdoc/en/functions calendar.xml
Log:
Fix an example naming typo...
Index: phpdoc/en/functions/calendar.xml
diff -u phpdoc/en/functions/calendar.xml:1.8 phpdoc/en/functions/calendar.xml:1.9
--- phpdoc/en/functions/calendar.xml:1.8 Thu Nov 2 00:32:34 2000
+++ phpdoc/en/functions/calendar.xml Fri Jan 26 10:05:08 2001
@@ -442,7 +442,7 @@
which fall outside the range of UNIX timestamps (i.e. before 1970
or after 2037).
<example>
- <title><function>Easter_date</function> example</title>
+ <title><function>Easter_days</function> example</title>
<programlisting role="php">
echo easter_days (1999); /* 14, i.e. April 4 */
echo easter_days (1492); /* 32, i.e. April 22 */
@@ -500,7 +500,7 @@
</para>
<note>
<para>
- This function is only available in PHP versions after PHP4RC1.
+ This function is only available in PHP versions after PHP 4RC1.
</para>
</note>
</refsect1>
@@ -531,7 +531,7 @@
</para>
<note>
<para>
- This function is only available in PHP versions after PHP4RC1.
+ This function is only available in PHP versions after PHP 4RC1.
</para>
</note>
</refsect1>