From 831a707616f029641ee543de6366ec838dffb33e Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 8 Nov 2023 22:40:43 -0500 Subject: [PATCH] Typo in comment --- src/js/static-filtering-parser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/static-filtering-parser.js b/src/js/static-filtering-parser.js index 8b56fa03e..9771d5739 100644 --- a/src/js/static-filtering-parser.js +++ b/src/js/static-filtering-parser.js @@ -3235,7 +3235,7 @@ class ExtSelectorCompiler { // CSSTree library holds onto last string parsed, and this is problematic // when the string is a slice of a huge parent string (typically a whole - // filter lists), it causes the huge parent string to stay in memory. + // filter list), it causes the huge parent string to stay in memory. // Asking CSSTree to parse an empty string resolves this issue. finish() { cssTree.parse('');