From af2f9190b3a4c6e0ed3725285d3a37d4b1ff8101 Mon Sep 17 00:00:00 2001 From: andrew Date: Mon, 21 Dec 2020 15:00:17 +0800 Subject: [PATCH] Correct "Non-numerical values in list will be ignored" --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d5a281b24..33c73231e 100644 --- a/index.html +++ b/index.html @@ -821,7 +821,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).

@@ -838,7 +838,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).