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 @@ -862,7 +862,7 @@ <h2 id="collections">Collection Functions (Arrays or Objects)</h2>
862
862
function is provided, it will be used on each value to generate the
863
863
criterion by which the value is ranked. < i > -Infinity</ i > is returned
864
864
if < b > list</ b > is empty, so an < a href ="#isEmpty "> isEmpty</ a > guard
865
- may be required. Non-numerical values in < b > list </ b > will be ignored .
865
+ may be required. This function can currently only compare numbers reliably .
866
866
This function uses operator < tt > <</ tt >
867
867
(< a href ="#relational-operator-note "> note</ a > ).
868
868
</ p >
@@ -879,7 +879,7 @@ <h2 id="collections">Collection Functions (Arrays or Objects)</h2>
879
879
function is provided, it will be used on each value to generate the
880
880
criterion by which the value is ranked. < i > Infinity</ i > is returned
881
881
if < b > list</ b > is empty, so an < a href ="#isEmpty "> isEmpty</ a > guard
882
- may be required. Non-numerical values in < b > list </ b > will be ignored .
882
+ may be required. This function can currently only compare numbers reliably .
883
883
This function uses operator < tt > <</ tt >
884
884
(< a href ="#relational-operator-note "> note</ a > ).
885
885
</ p >
You can’t perform that action at this time.
0 commit comments