diff --git a/reference/filesystem/functions/clearstatcache.xml b/reference/filesystem/functions/clearstatcache.xml index 9026be0e1a..b0ee58365f 100644 --- a/reference/filesystem/functions/clearstatcache.xml +++ b/reference/filesystem/functions/clearstatcache.xml @@ -1,5 +1,5 @@ - + clearstatcache @@ -29,7 +29,7 @@ files. So, if you call file_exists on a file that doesn't exist, it will return &false; until you create the file. If you create the file, it will return &true; even if you then delete the file. - However unlink clears cache automatically. + However unlink clears the cache automatically.