File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -821,7 +821,7 @@ <h2 id="collections">Collection Functions (Arrays or Objects)</h2>
821
821
function is provided, it will be used on each value to generate the
822
822
criterion by which the value is ranked. < i > -Infinity</ i > is returned
823
823
if < b > list</ b > is empty, so an < a href ="#isEmpty "> isEmpty</ a > guard
824
- may be required. Non-numerical values in < b > list </ b > will be ignored .
824
+ may be required. This function can currently only compare numbers reliably .
825
825
This function uses operator < tt > <</ tt >
826
826
(< a href ="#relational-operator-note "> note</ a > ).
827
827
</ p >
@@ -838,7 +838,7 @@ <h2 id="collections">Collection Functions (Arrays or Objects)</h2>
838
838
function is provided, it will be used on each value to generate the
839
839
criterion by which the value is ranked. < i > Infinity</ i > is returned
840
840
if < b > list</ b > is empty, so an < a href ="#isEmpty "> isEmpty</ a > guard
841
- may be required. Non-numerical values in < b > list </ b > will be ignored .
841
+ may be required. This function can currently only compare numbers reliably .
842
842
This function uses operator < tt > <</ tt >
843
843
(< a href ="#relational-operator-note "> note</ a > ).
844
844
</ p >
You can’t perform that action at this time.
0 commit comments