Skip to content

Commit 5a79bf9

Browse files
mmalferovGirgias
authored andcommitted
Update array-unique.xml Add the missing comma
1 parent b40907d commit 5a79bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/array/functions/array-unique.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<note>
2626
<simpara>
2727
Two elements are considered equal if and only if
28-
<literal>(string) $elem1 === (string) $elem2</literal> i.e.
28+
<literal>(string) $elem1 === (string) $elem2</literal>, i.e.
2929
when the string representation is the same, the first element will be used.
3030
</simpara>
3131
</note>

0 commit comments

Comments
 (0)