[DOC-CVS] [doc-en] master: Remove duplicate word (#5177)
[email protected] (Mikhail Alferov via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Mikhail Alferov (mmalferov)
Committer: GitHub (web-flow)
Pusher: Girgias
Date: 2026-01-30T10:27:24Z
Commit: https://github.com/php/doc-en/commit/5a33c90d38ae2ef33b8096b7356faf7013847ee4
Raw diff: https://github.com/php/doc-en/commit/5a33c90d38ae2ef33b8096b7356faf7013847ee4.diff
Remove duplicate word (#5177)
Changed paths:
M reference/opcache/functions/opcache-is-script-cached-in-file-cache.xml
Diff:
diff --git a/reference/opcache/functions/opcache-is-script-cached-in-file-cache.xml b/reference/opcache/functions/opcache-is-script-cached-in-file-cache.xml
index 21486d4841b7..1360fc5fbcca 100644
--- a/reference/opcache/functions/opcache-is-script-cached-in-file-cache.xml
+++ b/reference/opcache/functions/opcache-is-script-cached-in-file-cache.xml
@@ -15,7 +15,7 @@
<simpara>
This function checks if a PHP script has been cached in OPCache. This can be
used to more easily detect the "warming" of the cache for a particular script.
- This function only checks file cache cache, not in-memory cache. In order to
+ This function only checks file cache, not in-memory cache. In order to
check in-memory cache, use <function>opcache_is_script_cached</function>.
</simpara>
</refsect1>