Send a blank email to [email protected] to get a copy of this message
Author: Martin Samesch (msamesch)
Committer: GitHub (web-flow)
Pusher: kamil-tekiela
Date: 2025-06-05T17:54:49+01:00
Commit: https://github.com/php/doc-en/commit/dd87866772c31671146ff778140dc0955c55005c
Raw diff: https://github.com/php/doc-en/commit/dd87866772c31671146ff778140dc0955c55005c.diff
Fix typo in language/functions.xml (#4692)
Changed paths:
M language/functions.xml
Diff:
diff --git a/language/functions.xml b/language/functions.xml
index d9bb64d3fd49..5188ab626c7d 100644
--- a/language/functions.xml
+++ b/language/functions.xml
@@ -282,7 +282,8 @@ echo $str; // outputs 'This is a string, and something extra.'
</example>
</para>
<para>
- It is an error to pass a constant expression as argument to parameter that expects to be
passed by reference.
+ It is an error to pass a constant expression as an argument to a parameter
+ that expects to be passed by reference.
</para>
</sect2>
<sect2 xml:id="functions.arguments.default">