diff --git a/index.html b/index.html index ba84028c2..f903701ec 100644 --- a/index.html +++ b/index.html @@ -862,7 +862,7 @@

Collection Functions (Arrays or Objects)

function is provided, it will be used on each value to generate the criterion by which the value is ranked. -Infinity is returned if list is empty, so an isEmpty guard - may be required. Non-numerical values in list will be ignored. + may be required. This function can currently only compare numbers reliably. This function uses operator < (note).

@@ -879,7 +879,7 @@

Collection Functions (Arrays or Objects)

function is provided, it will be used on each value to generate the criterion by which the value is ranked. Infinity is returned if list is empty, so an isEmpty guard - may be required. Non-numerical values in list will be ignored. + may be required. This function can currently only compare numbers reliably. This function uses operator < (note).