Skip to content

Commit 745e9b7

Browse files
authoredDec 21, 2020
Merge pull request #2896 from anderlaw/master
2 parents c9b4b63 + af2f919 commit 745e9b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ <h2 id="collections">Collection Functions (Arrays or Objects)</h2>
862862
function is provided, it will be used on each value to generate the
863863
criterion by which the value is ranked. <i>-Infinity</i> is returned
864864
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.
866866
This function uses operator <tt>&lt;</tt>
867867
(<a href="#relational-operator-note">note</a>).
868868
</p>
@@ -879,7 +879,7 @@ <h2 id="collections">Collection Functions (Arrays or Objects)</h2>
879879
function is provided, it will be used on each value to generate the
880880
criterion by which the value is ranked. <i>Infinity</i> is returned
881881
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.
883883
This function uses operator <tt>&lt;</tt>
884884
(<a href="#relational-operator-note">note</a>).
885885
</p>

0 commit comments

Comments
 (0)
Please sign in to comment.