From ed328723c27ba18b1bef7430ec9a163dc29176c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Grudzi=C5=84ski?= Date: Wed, 21 Apr 2021 17:48:33 +0200 Subject: [PATCH] Specific-generic: `*` is not a wildcard it's literal. --- Static-filter-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 3898b6c..a046b6d 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -665,7 +665,7 @@ A specific cosmetic filter of the following form... *##.selector -... will be unconditionally injected into all web pages, whereas a cosmetic filter of the form... +... (with literal `*`) will be unconditionally injected into all web pages, whereas a cosmetic filter of the form... ##.selector