From f424971d69fbec8095d245759b36918cee92f344 Mon Sep 17 00:00:00 2001 From: aryehb <49538279+aryehb@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:25:37 -0400 Subject: [PATCH] Fix equality operator The equality operator should be `==`, not `=`. --- manual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual.html b/manual.html index ab4fdc4..e16b0ee 100644 --- a/manual.html +++ b/manual.html @@ -86,7 +86,7 @@
- The filtering text is directly feed to WinDivert. The syntax is well documented here. If you've programmed in any language, it should be looks very familar to what you put in the if condition. You can use and, or, not and parentheses to build the logic expression. Ops like =, !=, ‹, › are also provided. A list of available fields from WinDivert documentation is attached as below. You can also refer to the presets for example. + The filtering text is directly feed to WinDivert. The syntax is well documented here. If you've programmed in any language, it should be looks very familar to what you put in the if condition. You can use and, or, not and parentheses to build the logic expression. Ops like ==, !=, ‹, › are also provided. A list of available fields from WinDivert documentation is attached as below. You can also refer to the presets for example.