Skip to content

Commit

Permalink
Correct "Non-numerical values in list will be ignored"
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Dec 21, 2020
1 parent ee99923 commit af2f919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -821,7 +821,7 @@ <h2 id="collections">Collection Functions (Arrays or Objects)</h2>
function is provided, it will be used on each value to generate the
criterion by which the value is ranked. <i>-Infinity</i> is returned
if <b>list</b> is empty, so an <a href="#isEmpty">isEmpty</a> guard
may be required. Non-numerical values in <b>list</b> will be ignored.
may be required. This function can currently only compare numbers reliably.
This function uses operator <tt>&lt;</tt>
(<a href="#relational-operator-note">note</a>).
</p>
Expand All @@ -838,7 +838,7 @@ <h2 id="collections">Collection Functions (Arrays or Objects)</h2>
function is provided, it will be used on each value to generate the
criterion by which the value is ranked. <i>Infinity</i> is returned
if <b>list</b> is empty, so an <a href="#isEmpty">isEmpty</a> guard
may be required. Non-numerical values in <b>list</b> will be ignored.
may be required. This function can currently only compare numbers reliably.
This function uses operator <tt>&lt;</tt>
(<a href="#relational-operator-note">note</a>).
</p>
Expand Down

0 comments on commit af2f919

Please sign in to comment.