1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Typo in comment

This commit is contained in:
Raymond Hill 2023-11-08 22:40:43 -05:00
parent abe114c8e3
commit 831a707616
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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('');