Small typo fix.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75127 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dirkjan Ochtman 2002-03-25 08:16:28 +00:00
parent eaa6fcafa7
commit 53be4f6a16

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.68 $ -->
<!-- $Revision: 1.69 $ -->
<reference id="ref.datetime">
<title>Date and Time functions</title>
<titleabbrev>Date/time</titleabbrev>
@ -499,7 +499,7 @@ echo gmdate ("M d Y H:i:s", mktime (0,0,0,1,1,1998));
</para>
<para>
See also <function>date</function>, <function>mktime</function>,
<function>gmmktime</function> and <function>strftime</function>
<function>gmmktime</function> and <function>strftime</function>.
</para>
</refsect1>
</refentry>