Skip to content

Commit dd87866

Browse files
authored
Fix typo in language/functions.xml (#4692)
1 parent 2832df2 commit dd87866

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

language/functions.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ echo $str; // outputs 'This is a string, and something extra.'
282282
</example>
283283
</para>
284284
<para>
285-
It is an error to pass a constant expression as argument to parameter that expects to be passed by reference.
285+
It is an error to pass a constant expression as an argument to a parameter
286+
that expects to be passed by reference.
286287
</para>
287288
</sect2>
288289
<sect2 xml:id="functions.arguments.default">

0 commit comments

Comments
 (0)