mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
Fix typo in comment
This commit is contained in:
parent
5552d6717d
commit
e107b6bcf1
@ -361,7 +361,7 @@
|
|||||||
if ( scriptletsRegister.size === 0 ) { return; }
|
if ( scriptletsRegister.size === 0 ) { return; }
|
||||||
|
|
||||||
// Normalize dictionary of exceptions
|
// Normalize dictionary of exceptions
|
||||||
// TODO: Eventually remove this code when normalied token usage is
|
// TODO: Eventually remove this code when normalized token usage is
|
||||||
// widespread and it can safely becomes the only valid syntax.
|
// widespread and it can safely becomes the only valid syntax.
|
||||||
for ( const rawToken of exceptions ) {
|
for ( const rawToken of exceptions ) {
|
||||||
exceptions.add(normalizeRawToken(rawToken));
|
exceptions.add(normalizeRawToken(rawToken));
|
||||||
|
Loading…
Reference in New Issue
Block a user