Fix comment typo

This commit is contained in:
jeremy@jermolene.com 2023-05-09 14:32:03 +01:00
parent 5124cbc776
commit 1f35b945a5
1 changed files with 1 additions and 1 deletions

View File

@ -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