Skip to content

Commit e9ebcc8

Browse files
shaedrichlacatoire
andauthored
Change <para> to <simpara> and unwrap not from param description
Co-authored-by: Louis-Arnaud <la.catoire@gmail.com> See #4958 (comment) Co-authored-by: Louis-Arnaud <la.catoire@gmail.com>
1 parent 1056563 commit e9ebcc8

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

reference/array/functions/array-unique.xml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,17 @@
5454
Comparison type flags:
5555
<itemizedlist>
5656
<listitem>
57-
<para>
58-
<constant>SORT_REGULAR</constant> - compare items normally
59-
(don't change types)
60-
<note>
61-
<simpara>
62-
When combining <constant>SORT_REGULAR</constant> with arrays
63-
mixing numeric and non-numeric strings, the sort-then-compare
64-
algorithm may not place equal elements adjacent, which can
65-
leave duplicates in the result. Use
66-
<constant>SORT_STRING</constant> to avoid this.
67-
</simpara>
68-
</note>
69-
</para>
57+
<simpara><constant>SORT_REGULAR</constant> - compare items normally
58+
(don't change types)</simpara>
59+
<note>
60+
<simpara>
61+
When combining <constant>SORT_REGULAR</constant> with arrays
62+
mixing numeric and non-numeric strings, the sort-then-compare
63+
algorithm may not place equal elements adjacent, which can
64+
leave duplicates in the result. Use
65+
<constant>SORT_STRING</constant> to avoid this.
66+
</simpara>
67+
</note>
7068
</listitem>
7169
<listitem>
7270
<simpara><constant>SORT_NUMERIC</constant> - compare items numerically</simpara>

0 commit comments

Comments
 (0)