From 1f35b945a55239d8715516cc152012b8a5205e31 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Tue, 9 May 2023 14:32:03 +0100 Subject: [PATCH] Fix comment typo --- core/modules/widgets/widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/widgets/widget.js b/core/modules/widgets/widget.js index def5c63c2..4e0470cb9 100755 --- a/core/modules/widgets/widget.js +++ b/core/modules/widgets/widget.js @@ -324,7 +324,7 @@ Widget.prototype.makeFakeWidgetWithVariables = function(variables) { }; /* -Evaluate a variable and associated actual parameters and result the resulting array. +Evaluate a variable and associated actual parameters and return the resulting array. The way that the variable is evaluated depends upon its type: * Functions are evaluated as parameterised filter strings * Macros are returned as plain text with substitution of parameters