[DOC-CVS] [doc-en] master: fix typo
[email protected] (Karoly Negyesi)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Karoly Negyesi (chx)
Date: 2025-07-21T17:14:09+02:00
Commit: https://github.com/php/doc-en/commit/9c0b6be3709140c2f7b76b404d4bf5388406c583
Raw diff: https://github.com/php/doc-en/commit/9c0b6be3709140c2f7b76b404d4bf5388406c583.diff
fix typo
Changed paths:
M reference/pcre/pattern.syntax.xml
Diff:
diff --git a/reference/pcre/pattern.syntax.xml b/reference/pcre/pattern.syntax.xml
index 51f06e96b33e..c394afde12af 100644
--- a/reference/pcre/pattern.syntax.xml
+++ b/reference/pcre/pattern.syntax.xml
@@ -1320,7 +1320,7 @@
matches as if it were a capture group called <literal>MARK</literal> so it
can be read from the <parameter>matches</parameter> of
<function>preg_match</function> and will be passed to the
- <parameter>callback</parameter> of <function>preg_match_all</function> etc.
+ <parameter>callback</parameter> of <function>preg_replace_callback</function> etc.
</para>
</section>