From 34a51d2e239c8d200f8b79a85aae1e651f016d79 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Thu, 8 Oct 2020 17:21:31 +0100 Subject: [PATCH] Typo in comment Thanks @saqimtiaz --- core/modules/filters/reduce.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/filters/reduce.js b/core/modules/filters/reduce.js index cc258af94..74d1131eb 100644 --- a/core/modules/filters/reduce.js +++ b/core/modules/filters/reduce.js @@ -3,7 +3,7 @@ title: $:/core/modules/filters/reduce.js type: application/javascript module-type: filteroperator -Filter operator evaluats a subfilter for each item, making the running total available in the variable `accumulator`, and the current index available in the variable `index` +Filter operator evaluates a subfilter for each item, making the running total available in the variable `accumulator`, and the current index available in the variable `index` \*/ (function(){