diff --git a/index.html b/index.html index 34378d703..6f100537e 100644 --- a/index.html +++ b/index.html @@ -87,11 +87,9 @@ functional suspects: map, select, invoke — as well as more specialized helpers: function binding, javascript templating, deep equality testing, and so on. It delegates to built-in - functions, if present, so - JavaScript 1.6 - compliant browsers will use the - native implementations of forEach, map, filter, - every, some and indexOf. + functions, if present, so modern browsers will use the + native implementations of forEach, map, reduce, + filter, every, some and indexOf.