mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
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:
parent
1cdf90fd04
commit
397108fb59
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
|||
<body>
|
||||
<?php
|
||||
// some code of your own
|
||||
phpversion(CREDITS_ALL + CREDITS_FULLPAGE);
|
||||
phpcredits(CREDITS_ALL + CREDITS_FULLPAGE);
|
||||
// some more code
|
||||
?>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue