aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src')
-rw-r--r--doc-src/filters.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc-src/filters.html b/doc-src/filters.html
index b5e3ebf8..2424c6f8 100644
--- a/doc-src/filters.html
+++ b/doc-src/filters.html
@@ -26,9 +26,9 @@ URL containing "google.com":
Requests whose body contains the string "test":
- ~r ~b test
+ ~q ~b test
Anything but requests with a text/html content type:
- !(~r & ~t \"text/html\")
+ !(~q & ~t \"text/html\")