Fixed typo that Hotsjy caught

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30648 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jesus M. Castagnetto 2000-08-20 19:42:51 +00:00
parent 1cdf90fd04
commit 397108fb59

View file

@ -657,7 +657,7 @@ echo $dat["ru_utime.tv_usec"]; # user time used (microseconds)
<informalexample>
<programlisting role="php">
...
phpversion(CREDITS_GENERAL);
phpcredits(CREDITS_GENERAL);
...
</programlisting>
</informalexample>
@ -681,7 +681,7 @@ phpversion(CREDITS_GENERAL);
&lt;body&gt;
&lt;?php
// some code of your own
phpversion(CREDITS_ALL + CREDITS_FULLPAGE);
phpcredits(CREDITS_ALL + CREDITS_FULLPAGE);
// some more code
?&gt;
&lt;/body&gt;