mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix doc bug #51474 (Typo in clearstatcache documentation) and touch up a couple
of other grammatical issues with the clearstatcache() page at the same time. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297556 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cc8075bc25
commit
b1d6df4015
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@
|
|||
<term><parameter>clear_realpath_cache</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Whenever to clear realpath cache or not.
|
||||
Whether to clear the realpath cache or not.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -78,7 +78,7 @@
|
|||
<term><parameter>filename</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Clear realpath cache on a specific filename, only used if
|
||||
Clear the realpath cache for a specific filename; only used if
|
||||
<parameter>clear_realpath_cache</parameter> is &true;.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue