diff --git a/core/modules/filters.js b/core/modules/filters.js index 7dc9f9f33..f5e2af875 100644 --- a/core/modules/filters.js +++ b/core/modules/filters.js @@ -173,7 +173,7 @@ exports.parseFilter = function(filterString) { match = operandRegExp.exec(filterString); if(match && match.index === p) { if(match[1]) { - // If there is a filter run prefix + // If there is a filter pragma operation.pragma = match[1]; operation.suffix = match[2]; p = p + operation.pragma.length;